From edffd36977a2c7f71c743d809ec6a94ed02476d3 Mon Sep 17 00:00:00 2001 From: erg Date: Wed, 30 Jan 2008 22:37:16 +0000 Subject: [PATCH] Update info files --- doc/info/attrs.html | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/doc/info/attrs.html b/doc/info/attrs.html index adc9ff109..614da838d 100644 --- a/doc/info/attrs.html +++ b/doc/info/attrs.html @@ -319,6 +319,8 @@ This field indicates which graph component uses the attribute. pencolor Ccolor black + penwidth +Edouble1.00.0 peripheries NCintshape default(nodes)
1(clusters)0 pin @@ -1179,6 +1181,14 @@ This field indicates which graph component uses the attribute. Thus, if the root graph has defined a pencolor, this will override a color or bgcolor attribute set for the cluster. +
penwidth +
Specifies the width of the pen, in points, used to draw lines and curves. + It has no effect on text. +

+ Previous to 31 January 2008, the effect of penwidth=W + was achieved by including setlinewidth(W) + as part of a style specification. +

peripheries
Set number of peripheries used in polygonal shapes and cluster boundaries. Note that @@ -1847,11 +1857,13 @@ the given types. device-dependent form. Style lists are passed to device drivers, which can use this to generate appropriate output.

- The setlinewidth style value can be - used for more control over the width of edges and node borders than is + The setlinewidth style value can be + used for more control over the width of node borders and edges than is allowed by bold. This style value takes an argument, specifying the width of the line in points. For example, style="bold" is equivalent to style="setlinewidth(2)". + The use of setlinewidth is deprecated; one should use the + penwidth attribute instead.

viewPort
"%lf,%lf,%lf,%lf,%lf" or "%lf,%lf,%lf,'%s'" -- 2.40.0