]> granicus.if.org Git - graphviz/commitdiff
Fix input graph to reflect change in edge semantics. It is now not enough to
authorerg <devnull@localhost>
Thu, 24 Mar 2011 18:34:40 +0000 (18:34 +0000)
committererg <devnull@localhost>
Thu, 24 Mar 2011 18:34:40 +0000 (18:34 +0000)
specify arrowtail to see it. One needs dir=both or dir=back

rtest/graphs/html2.gv

index 04cf67637b3a82a036c49d024bca55f363e05e87..042ff2116eae08de507f80367512069c0b7182ba 100644 (file)
@@ -30,7 +30,7 @@ digraph G {
   ]
 
   subgraph { rank=same b c }
-  a:here -> b:there [arrowtail = diamond]
+  a:here -> b:there [dir=both, arrowtail = diamond]
   c -> b
   d [shape=triangle]
   d -> c [label=<