Sha256: 97cd9ff01487407c72b4c449f6f7d8a9b575499d101a27a0aac350ec3657fce0
Contents?: true
Size: 314 Bytes
Versions: 6
Compression:
Stored size: 314 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 50 L100 100 0 100M190 190l100 0 0 100 -100 0' b = Image.new(300, 300, HatchFill.new('white', 'black')) draw.draw(b) b.write('path_l_command_02.jpg')
Version data entries
6 entries across 6 versions & 1 rubygems