]> granicus.if.org Git - graphviz/commitdiff
Update documentation for splines=curved
authorEmden Gansner <erg@research.att.com>
Tue, 25 Sep 2012 21:09:02 +0000 (17:09 -0400)
committerEmden Gansner <erg@research.att.com>
Tue, 25 Sep 2012 21:09:02 +0000 (17:09 -0400)
doc/info/attrs.html
doc/infosrc/attrs

index a6a81a2d0e37156d1515769029314ce473091ebf..e27868adb005a70641c6bcd53658b7b342d6653a 100644 (file)
@@ -1758,6 +1758,9 @@ This field indicates which graph component uses the attribute.
   routed as polylines of axis-aligned segments. Currently, the routing
   does not handle ports or, in dot, edge labels.
   <P>
+  (25 Sep 2012) The value <TT>curved</TT> specifies edges should be
+  drawn as curved arcs.
+  <P>
   By default, the attribute is unset. How this is interpreted depends on
   the layout. For dot, the default is to draw edges as splines. For all
   other layouts, the default is to draw edges as line segments. Note that
index 8eca88ebf3cdedaf6aab1295d32bec56b60e8a73..77dd22e659f81876075810d5d3cf541a0c40b28b 100644 (file)
@@ -1161,6 +1161,9 @@ drawn as polylines.
 routed as polylines of axis-aligned segments. Currently, the routing
 does not handle ports or, in dot, edge labels.
 <P>
+(25 Sep 2012) The value <TT>curved</TT> specifies edges should be
+drawn as curved arcs.
+<P>
 By default, the attribute is unset. How this is interpreted depends on
 the layout. For dot, the default is to draw edges as splines. For all
 other layouts, the default is to draw edges as line segments. Note that