From 6dd3f3b068b8a283c5b2b1506aae1395280f83b3 Mon Sep 17 00:00:00 2001 From: erg Date: Tue, 3 Jan 2006 21:37:15 +0000 Subject: [PATCH] Update info files --- doc/info/attrs.html | 6 ++++++ doc/info/shapes.html | 20 ++++++++++++++++++-- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/doc/info/attrs.html b/doc/info/attrs.html index 8110f5ae7..e9036de55 100644 --- a/doc/info/attrs.html +++ b/doc/info/attrs.html @@ -1566,6 +1566,12 @@ the given types. Additional styles are available in 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 + allowed by bold. The style takes an argument, specifying the + width of the line in points. For example, style="bold" is + equivalent to style="setlinewidth(2)".

viewPort
"%lf,%lf,%lf,%lf,%lf" The viewPort "W,H,Z,x,y" diff --git a/doc/info/shapes.html b/doc/info/shapes.html index c7cfdd5b9..9e8853ff6 100644 --- a/doc/info/shapes.html +++ b/doc/info/shapes.html @@ -184,8 +184,13 @@ it then looks like:

Styles for Nodes

The style attribute can be used to modify the appearance of a node. -At present, there are 4 style values recognized: -filled, invisible, diagonals and rounded. +At present, there are 8 style values recognized: +filled, invisible, diagonals, rounded. +dashed, dotted, solid and bold. +As usual, the value of the style +attribute can be a comma-separated list of any of these. If the +style contains conflicts (e.g, style="dotted, solid"), the last +attribute wins.
filled
This value indicates that the node's interior should be filled. @@ -242,6 +247,17 @@ digraph R { to produce the figure
+
dashed +
This style causes the node's border to be drawn as a dashed line. +
dotted +
This style causes the node's border to be drawn as a dotted line. +
solid +
This style causes the node's border to be drawn as a solid line, +which is the default. +
bold +
This style causes the node's border to be drawn as a bold line. +See also setlinewidth. +

-- 2.40.0