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