Sha256: 05dd46a4e7a51c8377afa6a9b3c938ef367b323834fba2ba7a112d0c8c394d52
Contents?: true
Size: 299 Bytes
Versions: 6
Compression:
Stored size: 299 Bytes
Contents
require File.join(File.dirname(__FILE__), 'new_image.rb') include Magick draw = Draw.new draw.fill 'red' draw.stroke 'blue' draw.stroke_width(5) draw.path 'M100,200 C100,100 250,100 250,200' b = Image.new(300, 300, HatchFill.new('white', 'black')) draw.draw(b) b.write('path_c_command_01.jpg')
Version data entries
6 entries across 6 versions & 1 rubygems