(cf. <A HREF=#d:dpi>dpi</A>),
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, <TT>fixedsize=true</TT>,
+ Its width and height will also be at least as large as its
+ minimum <A HREF=#d:width>width</A> and <A HREF=#d:height>height</A>.
+ If, however, <TT>fixedsize=true</TT>,
the width and height attributes specify the exact size of the node.
<P>
During rendering, in the default case (<TT>imagescale=false</TT>),
both the height and the width are scaled separately to fill the node.
<P>
In all cases, if a dimension of the image is larger than the
- corresponding dimension of the image, that dimension of the
- image is scaled down to fit the node.
+ corresponding dimension of the node, that dimension of the
+ image is scaled down to fit the node. As with the case of
+ expansion, if <TT>imagescale=true</TT>, width and height are
+ scaled uniformly.
<DT><A NAME=d:label HREF=#a:label><STRONG>label</STRONG></A>
<DD> Text label attached to objects.
>
</PRE>
<P>
-<PRE><TR
-<!--
- The TR element has no additional attributes.
--->
->
-</PRE>
-<P>
<PRE><TD
ALIGN="CENTER|LEFT|RIGHT|TEXT"
BALIGN="CENTER|LEFT|RIGHT"
<P>
<PRE><IMG
+ SCALE="FALSE|TRUE|WIDTH|HEIGHT|BOTH"
SRC="<I>value</I>"
>
</PRE>
The maximum value is 65535.
</BLOCKQUOTE>
+<B><I><FONT SIZE=-1>SCALE</FONT></I></B>
+<BLOCKQUOTE>
+specifies how an image will use any extra space available in its cell.
+Allowed values are
+<ul>
+<LI>FALSE : keep image its natural size. (Default) </LI>
+<LI>TRUE : scale image uniformly to fit.</LI>
+<LI>WIDTH : expand image width to fill </LI>
+<LI>HEIGHT : expand image height to fill </LI>
+<LI>BOTH : expand both image width height to fill </LI>
+</ul>
+If this attribute is undefined,
+the image inherits the <A HREF=attrs.html#d:imagescale>imagescale</A>
+attribute of the graph object being drawn.
+As with the <A HREF=attrs.html#d:imagescale>imagescale</A>
+attribute, if the cell has a fixed size and the image is too large,
+any offending dimension will be shrunk to fit the space, the
+scaling being uniform in width and height if <I>SCALE=<TT>"true"</TT></I>.
+</BLOCKQUOTE>
+
<B><I><FONT SIZE=-1>SRC="value"</FONT></I></B>
<BLOCKQUOTE>
specifies the image file to be displayed in the cell.