From da61a99f65662d31c1c34ab0c98e094daefcd06d Mon Sep 17 00:00:00 2001 From: John Ellson Date: Mon, 20 Feb 2012 08:45:30 -0500 Subject: [PATCH] fix for #2201 - arrows must also be enabled by dir attribute --- graphs/directed/oldarrows.gv | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/graphs/directed/oldarrows.gv b/graphs/directed/oldarrows.gv index 49416d6e5..63487e9b3 100644 --- a/graphs/directed/oldarrows.gv +++ b/graphs/directed/oldarrows.gv @@ -5,17 +5,14 @@ digraph G { // to avoid confusion, remember this: // it's spelt tail/head, but it's read start/end - // emphasize theatrically - // show only explicitly given head/tails // put head/tail labels farther from the node -// edge [arrowsize=2 dir=none labeldistance=3] - edge [dir=none labeldistance=3] + edge [labeldistance=3] // not interested in node labels node [shape=circle width=0.5 label=""] { - edge [samehead=ahead samearrowhead=1] + edge [dir=back samehead=ahead samearrowhead=1] a->Z [arrowtail=none taillabel=none] b->Z [arrowtail=normal taillabel=normal] c->Z [arrowtail=inv taillabel=inv] -- 2.40.0