From: erg Date: Wed, 4 Jan 2006 16:29:52 +0000 (+0000) Subject: Update info files X-Git-Tag: LAST_LIBGRAPH~32^2~6893 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9d5ed6eb4a25678a801d52079bfa09bd4766b1e3;p=graphviz Update info files --- diff --git a/doc/info/attrs.html b/doc/info/attrs.html index 3199e81d8..fd5e2750a 100644 --- a/doc/info/attrs.html +++ b/doc/info/attrs.html @@ -1540,7 +1540,7 @@ the given types. If seed is present, it specifies a seed for the random number generator. If seed is a positive number, this is used as the seed. If it is anything else, - the current time, and possible the process id, is used to pick a seed, + the current time, and possibly the process id, is used to pick a seed, thereby making the choice more random. In this case, the seed value is stored in the graph.

@@ -1556,11 +1556,11 @@ the given types. and name=[^)(,  ][^)(,]* Note that whitespace characters are ignored, except for names which - can containt them. A - name cannot any comma, or left or right parenthesis, and it cannot + can contain them. A + name cannot contain any comma, or left or right parenthesis, and it cannot begin with a whitespace character.

- At present, the recognized style names comprise + At present, the recognized style names are "dashed", "dotted", "solid", "invis" and "bold" for nodes and edges, and "filled", "diagonals" and "rounded" for nodes only. The styles "filled" and "rounded" are recognized for clusters. @@ -1570,7 +1570,7 @@ the given types.

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 + 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)".