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