Sha256: 7f6b709573ce78ce506350dc94b8833c8a5c41763aae94404aad49afb783ec85
Contents?: true
Size: 272 Bytes
Versions: 17
Compression:
Stored size: 272 Bytes
Contents
#!/usr/bin/ruby $:.unshift( "../lib" ); require "graphviz" GraphViz.new(:G){ |g| g.add_node("\"Hello.\"\nHow are you ?", :href => "http://www.website.com", :tooltip => "\"Hello.\"\nHow are you ?", :shape => "ellipse", :color => "#FF0000") }.save( :svg => "#{$0}.svg" )
Version data entries
17 entries across 17 versions & 1 rubygems