From: erg Date: Fri, 2 Nov 2007 19:29:59 +0000 (+0000) Subject: Update info files X-Git-Tag: LAST_LIBGRAPH~32^2~5096 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8e56da75c150d16c74899b4352de347ec69a0014;p=graphviz Update info files --- diff --git a/doc/info/attrs.html b/doc/info/attrs.html index 2f28dad49..a69a8ca5c 100644 --- a/doc/info/attrs.html +++ b/doc/info/attrs.html @@ -802,16 +802,18 @@ This field indicates which graph component uses the attribute. be contained in a node of any shape, not just a rectangle.
imagescale -
Attribute controlling how an image interacts with the size of its - containing node. By default, the image is given its natural size, - (cf. dpi) - and the node size is determined by the size of its image, its +
Attribute controlling how an image fills its + containing node. In general, the image is given its natural size, + (cf. dpi), + and the node size is made large enough to contain its image, its label, its margin, and its peripheries. + Its width and height will also be at least as large as it + minimum width and height. If, however, fixedsize=true, + the width and height attributes specify the exact size of the node.

- In the non-default cases, the size of the node is calculated as - if no image were present. Then, when the node is - drawn, the image is scaled to the node size. - When imagescale=true, + During rendering, in the default case (imagescale=false), + the image retains its natural size. + If imagescale=true, the image is uniformly scaled to fit inside the node. At least one dimension of the image will be as large as possible given the size of the node.