Sha256: 6a8ba41e0ae8e6834a9a6074a9d3df8eab15833abe9488ad5cf7e09b3219a9be
Contents?: true
Size: 350 Bytes
Versions: 6
Compression:
Stored size: 350 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 'M75,150Q150,0 225,150 150,300 75,150M125,150C125,125 175,125 175,150S125,175 125,150' b = Image.new(300, 300, HatchFill.new('white', 'black')) draw.draw(b) b.write('path_q_command_02.jpg')
Version data entries
6 entries across 6 versions & 1 rubygems