From: erg Date: Wed, 16 Jan 2008 04:38:26 +0000 (+0000) Subject: Update info files X-Git-Tag: LAST_LIBGRAPH~32^2~4863 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eebf1d02d74baffdb29662745b6350964b24d8b2;p=graphviz Update info files --- diff --git a/doc/info/attrs.html b/doc/info/attrs.html index 62f17bd98..adc9ff109 100644 --- a/doc/info/attrs.html +++ b/doc/info/attrs.html @@ -1192,6 +1192,14 @@ This field indicates which graph component uses the attribute.
If true and the node has a pos attribute on input, neato prevents the node from moving from the input position. This property can also be specified in the pos attribute itself (cf. the point type). +

+ Note: Due to an artifact of the implementation, final coordinates + are translated to the origin. Thus, if you look at the output coordinates + given in the (x)dot or plain format, pinned nodes will not have the same + output coordinates as were given on input. If this is important, a + simple workaround is to maintain the coordinates of a pinned node. The vector + difference between the old and new coordinates will give the translation, + which can then be subtracted from all of the appropriate coordinates.

pos
Position of node, or spline control points.