test/output/sample37.rb.dot in ruby-graphviz-0.9.21 vs test/output/sample37.rb.dot in ruby-graphviz-1.0.0

- old
+ new

@@ -1,50 +1,50 @@ digraph Solarsys { - Sun [label = "Sun\n", fillcolor = "orange", penwidth = "2", shape = "circle", fontsize = "12", style = "filled"]; + Sun [label = "Sun\n", penwidth = "2", fillcolor = "orange", shape = "circle", fontsize = "12", style = "filled"]; subgraph { rank = "same"; - Moon [label = "Moon\n", fillcolor = "red", penwidth = "2", shape = "circle", fontsize = "12", style = "filled"]; - Earth [label = "Earth\n", fillcolor = "blue", penwidth = "2", shape = "circle", fontsize = "12", style = "filled"]; + Moon [label = "Moon\n", penwidth = "2", fillcolor = "red", shape = "circle", fontsize = "12", style = "filled"]; + Earth [label = "Earth\n", penwidth = "2", fillcolor = "blue", shape = "circle", fontsize = "12", style = "filled"]; Moon -> Earth [penwidth = "2", color = "black", labeltooltip = "distance"] } Sun -> Earth [penwidth = "2", color = "black", labeltooltip = "distance"] subgraph { rank = "same"; - Mercury [label = "Mercury\n", fillcolor = "green", penwidth = "2", shape = "circle", fontsize = "12", style = "filled"]; + Mercury [label = "Mercury\n", penwidth = "2", fillcolor = "green", shape = "circle", fontsize = "12", style = "filled"]; Sun -> Mercury [label = "distance", penwidth = "2", color = "black"] } subgraph { rank = "same"; - Venus [label = "Venus\n", fillcolor = "green", penwidth = "2", shape = "circle", fontsize = "12", style = "filled"]; + Venus [label = "Venus\n", penwidth = "2", fillcolor = "green", shape = "circle", fontsize = "12", style = "filled"]; Sun -> Venus [label = "distance", penwidth = "2", color = "black"] } subgraph { rank = "same"; - Mars [label = "Mars\n", fillcolor = "green", penwidth = "2", shape = "circle", fontsize = "12", style = "filled"]; + Mars [label = "Mars\n", penwidth = "2", fillcolor = "green", shape = "circle", fontsize = "12", style = "filled"]; Sun -> Mars [label = "distance", penwidth = "2", color = "black"] } subgraph { rank = "same"; - Jupiter [label = "Jupiter\n", fillcolor = "green", penwidth = "2", shape = "circle", fontsize = "12", style = "filled"]; + Jupiter [label = "Jupiter\n", penwidth = "2", fillcolor = "green", shape = "circle", fontsize = "12", style = "filled"]; Sun -> Jupiter [label = "distance", penwidth = "2", color = "black"] } subgraph { rank = "same"; - Saturn [label = "Saturn\n", fillcolor = "green", penwidth = "2", shape = "circle", fontsize = "12", style = "filled"]; + Saturn [label = "Saturn\n", penwidth = "2", fillcolor = "green", shape = "circle", fontsize = "12", style = "filled"]; Sun -> Saturn [label = "distance", penwidth = "2", color = "black"] } subgraph { rank = "same"; - Uranus [label = "Uranus\n", fillcolor = "green", penwidth = "2", shape = "circle", fontsize = "12", style = "filled"]; + Uranus [label = "Uranus\n", penwidth = "2", fillcolor = "green", shape = "circle", fontsize = "12", style = "filled"]; Sun -> Uranus [label = "distance", penwidth = "2", color = "black"] } subgraph { rank = "same"; - Neptune [label = "Neptune\n", fillcolor = "green", penwidth = "2", shape = "circle", fontsize = "12", style = "filled"]; + Neptune [label = "Neptune\n", penwidth = "2", fillcolor = "green", shape = "circle", fontsize = "12", style = "filled"]; Sun -> Neptune [label = "distance", penwidth = "2", color = "black"] } subgraph { rank = "same"; - Pluto [label = "Pluto\n", fillcolor = "green", penwidth = "2", shape = "circle", fontsize = "12", style = "filled"]; + Pluto [label = "Pluto\n", penwidth = "2", fillcolor = "green", shape = "circle", fontsize = "12", style = "filled"]; Sun -> Pluto [label = "distance", penwidth = "2", color = "black"] } }