Sha256: b1c7fc50fe22deb69d0bd37167890b9dca5a2f54d254d58e2cf5455b6a12b806
Contents?: true
Size: 901 Bytes
Versions: 1
Compression:
Stored size: 901 Bytes
Contents
digraph G { bgcolor = "transparent"; truecolor = "true"; rankdir = "LR"; node [label = "N"]; subgraph { rank = "same"; mygraph [label = "# mygraph.dot\ldigraph G {\l Hello -> World\l}\l", shape = "note", fontname = "Courier", fontsize = "10"]; image [label = "", shape = "note", image = "./hello.png"]; } subgraph { rank = "same"; mysite [label = "\nexample.com\n ", shape = "component", fontname = "Arial"]; dotgraph [label = "\ndotgraph.net\n ", shape = "component", fontname = "Arial"]; dotgraph -> mysite [color = "red"] mysite -> dotgraph [color = "blue"] } subgraph cluster_0 { color = "black"; label = "my_page.html"; fontname = "Courier"; fontsize = "10"; zeimage [label = "", shape = "note", image = "./hello.png"]; } mygraph -> mysite [color = "blue"] dotgraph -> image [color = "red"] image -> dotgraph [color = "red"] mysite -> zeimage [color = "red"] }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ruby-graphviz-0.9.21 | test/output/sample35.rb.gv |