Sha256: cb1e56eae0ba54cd1601311e4f8f6f7467af468094525576be8cf49c20f0dbef
Contents?: true
Size: 224 Bytes
Versions: 2
Compression:
Stored size: 224 Bytes
Contents
#!/usr/bin/ruby $:.unshift( "../lib" ) require 'graphviz/xml' gvxml = GraphViz::XML::new( "test.xml", :text => true, :attrs => true ) gvxml.output( :output => "png", :file => "#{$0}.png", :use => "dot", :path => ARGV[0] )
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ruby-graphviz-0.9.1 | examples/testxml.rb |
ruby-graphviz-0.9.0 | examples/testxml.rb |