]> granicus.if.org Git - graphviz/commitdiff
Release 2.20
authorellson <devnull@localhost>
Fri, 20 Jun 2008 21:31:30 +0000 (21:31 +0000)
committerellson <devnull@localhost>
Fri, 20 Jun 2008 21:31:30 +0000 (21:31 +0000)
rtest/nshare/shapes_dot.dot

index 2d2952fed49151a793970b617779397b4f61db96..32fa0a9e8ce8e6474c8e6bd9faec9e5959b01261 100644 (file)
@@ -33,6 +33,7 @@ digraph G {
        4 [shape=tab, pos="333,410", width="0.75", height="0.50"];
        5 [shape=box3d, pos="333,334", width="0.75", height="0.50"];
        6 [shape=component, pos="333,254", width="0.75", height="0.50"];
+       7 [shape=folder, pos="333,170", width="0.75", height="0.50"];
        a -> b [pos="e,28,428 28,464 28,456 28,447 28,438"];
        b -> c [pos="e,28,352 28,392 28,383 28,372 28,362"];
        c -> d [pos="e,28,272 28,316 28,306 28,293 28,282"];
@@ -60,4 +61,5 @@ digraph G {
        3 -> 4 [pos="e,333,428 333,464 333,456 333,447 333,438"];
        4 -> 5 [pos="e,333,352 333,392 333,383 333,372 333,362"];
        5 -> 6 [pos="e,333,272 333,316 333,306 333,293 333,282"];
+       6 -> 7 [pos="e,333,188 333,236 333,225 333,211 333,198"];
 }