Sha256: f8942bf6c2f3ffc89bedb3c6abe270cdaa8827929c645195e972a19aebd38f49
Contents?: true
Size: 300 Bytes
Versions: 6
Compression:
Stored size: 300 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 'M50,150 Q100,-100 150,150 T250,150' b = Image.new(300, 300, HatchFill.new('white', 'black')) draw.draw(b) b.write('path_t_command_01.jpg')
Version data entries
6 entries across 6 versions & 1 rubygems