test/output/sample35.rb.gv in ruby-graphviz-0.9.21 vs test/output/sample35.rb.gv in ruby-graphviz-1.0.0
- old
+ new
@@ -12,10 +12,10 @@
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";
+ label = "my_page.html"; fontname = "Courier"; fontsize = "10"; color = "black";
zeimage [label = "", shape = "note", image = "./hello.png"];
}
mygraph -> mysite [color = "blue"]
dotgraph -> image [color = "red"]
image -> dotgraph [color = "red"]