From: John Ellson Date: Sat, 19 May 2012 15:24:57 +0000 (-0400) Subject: tests for semicircle arrow shape X-Git-Tag: LAST_LIBGRAPH~32^2~417 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7f3fefba34333b9d95b26510b86ec6ecbeab84e8;p=graphviz tests for semicircle arrow shape --- diff --git a/graphs/directed/arrows.gv b/graphs/directed/arrows.gv index e84b04a33..a05f566c4 100644 --- a/graphs/directed/arrows.gv +++ b/graphs/directed/arrows.gv @@ -74,4 +74,10 @@ digraph G { lvee -> lveelvee [arrowhead=lveelvee label=lveelvee] _vee -> rvee [arrowhead=rvee label=rvee] rvee -> rveervee [arrowhead=rveervee label=rveervee] + _curve -> curve [arrowhead=curve label=curve] + curve -> curvecurve [arrowhead=curvecurve label=curvecurve] + _curve -> lcurve [arrowhead=lcurve label=lcurve] + lcurve -> lcurvelcurve [arrowhead=lcurvelcurve label=lcurvelcurve] + _curve -> rcurve [arrowhead=rcurve label=rcurve] + rcurve -> rcurvercurve [arrowhead=rcurvercurve label=rcurvercurve] }