Sha256: 3112db28b2e20368b59e1cc692241186914474bb3e269663a9fb7bab9f5e7628
Contents?: true
Size: 313 Bytes
Versions: 6
Compression:
Stored size: 313 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,190h100v100h-100v-100' b = Image.new(300, 300, HatchFill.new('white', 'black')) draw.draw(b) b.write('path_h_command_02.jpg')
Version data entries
6 entries across 6 versions & 1 rubygems