]> granicus.if.org Git - graphviz/commitdiff
Fix example to reflect change in semantics. Arrowtails are only shown
authorerg <devnull@localhost>
Mon, 28 Mar 2011 15:29:23 +0000 (15:29 +0000)
committererg <devnull@localhost>
Mon, 28 Mar 2011 15:29:23 +0000 (15:29 +0000)
if dir=back or both.

doc/info/html2.gv
doc/infosrc/html2.gv

index 04cf67637b3a82a036c49d024bca55f363e05e87..65906afe52c89f19a9625392cacbc401127a159f 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=<
index 04cf67637b3a82a036c49d024bca55f363e05e87..65906afe52c89f19a9625392cacbc401127a159f 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=<