From 3f49e73b90a0fb0e3127a86e985a65a7f00f0782 Mon Sep 17 00:00:00 2001 From: dperry Date: Thu, 31 Mar 2011 18:36:05 +0000 Subject: [PATCH] fixed links for new website. --- doc/info/output.html | 60 ++++++++++++++++++++++---------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/doc/info/output.html b/doc/info/output.html index a8622abb1..8984624d3 100644 --- a/doc/info/output.html +++ b/doc/info/output.html @@ -109,24 +109,24 @@ with no layout performed. The dot option corresponds to attributed dot output, and is the default output format. It reproduces the input, along with layout information for the graph. -In particular, a bb attribute is +In particular, a bb attribute is attached to the graph, specifying the bounding box of the drawing. If the graph has a label, its position is specified by the -lp attribute. +lp attribute.

-Each node gets pos, -width and -height attributes. If the node is a record, +Each node gets pos, +width and +height attributes. If the node is a record, the record rectangles are given in the -rects attribute. +rects attribute. If the node is a polygon and the -vertices attribute is defined, this +vertices attribute is defined, this attribute contains the vertices of the node.

Every edge is -assigned a pos attribute, +assigned a pos attribute, and if the edge has a label, the label position -is given in lp. +is given in lp.

The xdot format extends the dot format by providing much more detailed information about @@ -192,7 +192,7 @@ n bytes following '-'. (1.1) S n -b1b2...bn Set style attribute. The style value consists of the n bytes following '-'. The syntax of the value is the same as -specified for a styleItem in style. (1.1) +specified for a styleItem in style. (1.1) I x y w h n -b1b2...bn 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 @@ -218,7 +218,7 @@ string width using its own rendering primitives.

The text operation is only used in the label attributes. Normally, the non-text operations are only used in the non-label attributes. -If, however, the decorate +If, however, the decorate attribute is set on an edge, its label attribute will also contain a polyline operation. In addition, if a label is a complex, HTML-like label, it will also @@ -310,19 +310,19 @@ in the IMG attribute, and x.map will look like

-URLs can be attached to the root +URLs can be attached to the root graph, nodes and edges. If a node has a URL, clicking in the node will activate the link. If an edge has a URL, various points along the edge (but not necessarily the head or tail) will link to it. In addition, if the edge has a -label, that will link +label, that will link to the URL. As for the head of the edge, this is linked to the -headURL, if set. +headURL, if set. Otherwise, it is linked to the edge's URL if that is defined. The analogous description holds for the tail and the -tailURL. +tailURL. A URL associated with the graph is used as a default link.

If the URL @@ -330,9 +330,9 @@ of a node contains the escape sequence "\N", it will be replaced by the node's name. If the headURL is defined and contains the escape sequence "\N", it will be replaced by -the headlabel, if defined. +the headlabel, if defined. The analogous result holds for the tailURL and the -taillabel. +taillabel.

See Note. @@ -344,10 +344,10 @@ rely solely on rectangles as active areas.

ismap
Produces HTML image map files. This is a predecessor (circa 1994) of the IMAP format. Most servers now use the latter. -URLs can be attached to the root graph, +URLs can be attached to the root graph, nodes and edges. Since edge links are attached to edge labels, an edge must -have a label for its +have a label for its URL to be used. For both nodes and edges, if the URL has the escape sequence "\N" embedded in its string, this will be replaced with the node or edge name. @@ -385,7 +385,7 @@ There are four types of statements.
The width and height values give the width and height of the drawing. The lower left corner of the drawing is at the origin. The scale value indicates how the drawing should be scaled -if a size attribute was given and the drawing +if a size attribute was given and the drawing needs to be scaled to conform to that size. If no scaling is necessary, it will be set to 1.0. Note that all graph, node and edge coordinates and lengths are given unscaled. @@ -395,10 +395,10 @@ give the node's position. The width and height are the width and height of the node. The label, style, shape, color and fillcolor give the -node's label, -style, shape, -color and -fillcolor, +node's label, +style, shape, +color and +fillcolor, respectively, using attribute default values where necessary. If the node does not have a style attribute, "solid" is used.
edge @@ -408,10 +408,10 @@ with a colon and a portname if the edge connects to the node at a port. n is the number of control points defining the B-spline forming the edge. This is followed by 2*n numbers giving the x and y coordinates of the control points in order from tail to head. -If the edge has a label, this comes next +If the edge has a label, this comes next followed by the x and y coordinates of the label's position. The edge description is completed by the edge's -style and color. +style and color. As with nodes, if a style is not defined, "solid" is used.

Note: The control points given in an edge statement define the @@ -497,15 +497,15 @@ See Note.

vrml
Outputs graphs in the VRML format. -To get a 3D embedding, nodes must have a z +To get a 3D embedding, nodes must have a z attribute. These can either be supplied as part of the input graph, or -be generated by neato provided dim=3 +be generated by neato provided dim=3 and at least one node has a z value.

Line segments are drawn as cylinders. In general, VRML output relies on having the PNG library to produce images used to texture-fill the node shapes. However, if -shape=point, +shape=point, a node is drawn as a 3D sphere.

wbmp @@ -519,7 +519,7 @@ mobile computing.

Image Formats


-The image and shapefile attributes specify an image file to be included +The image and shapefile attributes specify an image file to be included as part of the final diagram. Not all image formats can be read. In addition, even if read, not all image formats can necessarily be used in a given output format. -- 2.40.0