From: erg Date: Fri, 23 Mar 2007 15:06:46 +0000 (+0000) Subject: Update info files X-Git-Tag: LAST_LIBGRAPH~32^2~5608 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=40c09de33bcaaca26921126f2f9e27adef563383;p=graphviz Update info files --- diff --git a/doc/info/output.html b/doc/info/output.html index b8f76c6d2..07d211f28 100644 --- a/doc/info/output.html +++ b/doc/info/output.html @@ -117,8 +117,12 @@ formats need to be interpreted in this manner. The xdot format extends the dot format by providing much more detailed information about how graph components are drawn. It relies on additional attributes - for nodes, edges and graphs. The format is preliminary; comments and + for nodes, edges and graphs. +

+ The format is preliminary; comments and suggestions for better representations are welcome. + To allow for changes in the format, Graphviz attaches the attribute + xdotversion to the graph.

At present, additional drawing attributes are only attached to nodes and edges. There are six new attributes: @@ -134,6 +138,9 @@ formats need to be interpreted in this manner.

The value of these attributes consists of the concatenation of some (multi-)set of the following 12 rendering or attribute operations. + (The number is parentheses gives the xdot version when the operation + was added to the format. If no version number is given, the operation + was in the original specification.)
E x0 y0 w h @@ -149,7 +156,7 @@ formats need to be interpreted in this manner.
B n x1 y1 ... xn yn B-spline using the given n control points
b n x1 y1 ... xn yn - Filled B-spline using the given n control points + Filled B-spline using the given n control points (1.1)
T x y j w n -c1c2...cn Text drawn using the baseline point (x,y). The text consists of the n characters following '-'. The text should be left-aligned (centered, @@ -157,24 +164,24 @@ formats need to be interpreted in this manner. w gives the width of the text as computed by the library.
C n -c1c2...cn Set fill color. The color value consists of the - n characters following '-'. + n characters following '-'. (1.1)
c n -c1c2...cn Set pen color. The color value consists of the - n characters following '-'. + n characters following '-'. (1.1)
F s n -c1c2...cn Set font. The font size is s points. The font name consists of the - n characters following '-'. + n characters following '-'. (1.1)
S n -c1c2...cn Set style attribute. The style value consists of the n characters following '-'. The syntax of the value is the same as - specified for a styleItem in style. + specified for a styleItem in style. (1.1)
I x y w h n -c1c2...cn Externally-specified image drawn in the box with lower left corner (x,y) and upper right corner (x+w,y+h). The name of the image consists of the n characters following '-'. This is usually a bitmap image. Note that the image size, even when converted from pixels to points, might be different from the required size (w,h). It is - assumed the renderer will perform the necessary scaling. + assumed the renderer will perform the necessary scaling. (1.2)
In handling alignment, the application may want to recompute the