From: erg Date: Mon, 28 Mar 2011 15:29:23 +0000 (+0000) Subject: Fix example to reflect change in semantics. Arrowtails are only shown X-Git-Tag: LAST_LIBGRAPH~32^2~906 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=feb6533fef3a982cab76437d05570dd3b18ddac2;p=graphviz Fix example to reflect change in semantics. Arrowtails are only shown if dir=back or both. --- diff --git a/doc/info/html2.gv b/doc/info/html2.gv index 04cf67637..65906afe5 100644 --- a/doc/info/html2.gv +++ b/doc/info/html2.gv @@ -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=< diff --git a/doc/infosrc/html2.gv b/doc/infosrc/html2.gv index 04cf67637..65906afe5 100644 --- a/doc/infosrc/html2.gv +++ b/doc/infosrc/html2.gv @@ -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=<