From: Emden Gansner Date: Tue, 25 Sep 2012 21:09:02 +0000 (-0400) Subject: Update documentation for splines=curved X-Git-Tag: LAST_LIBGRAPH~32^2~297 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c092ea3a484ae1a2d560b3564b05ceb1228c73f3;p=graphviz Update documentation for splines=curved --- diff --git a/doc/info/attrs.html b/doc/info/attrs.html index a6a81a2d0..e27868adb 100644 --- a/doc/info/attrs.html +++ b/doc/info/attrs.html @@ -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.

+ (25 Sep 2012) The value curved specifies edges should be + drawn as curved arcs. +

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 diff --git a/doc/infosrc/attrs b/doc/infosrc/attrs index 8eca88ebf..77dd22e65 100644 --- a/doc/infosrc/attrs +++ b/doc/infosrc/attrs @@ -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.

+(25 Sep 2012) The value curved specifies edges should be +drawn as curved arcs. +

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