]> granicus.if.org Git - graphviz/commitdiff
Update info files
authorerg <devnull@localhost>
Mon, 5 Nov 2007 18:07:20 +0000 (18:07 +0000)
committererg <devnull@localhost>
Mon, 5 Nov 2007 18:07:20 +0000 (18:07 +0000)
doc/info/attrs.html

index 98e56095ca0543744242ffc318a1737bedc02afd..ee4205c0ea25a45b4f06f1384f251e19e8941af9 100644 (file)
@@ -794,7 +794,8 @@ This field indicates which graph component uses the attribute.
 <DT><A NAME=d:image HREF=#a:image><STRONG>image</STRONG></A>
 <DD>  Gives the name of a file containing an image to be displayed inside
   a node. The image file must be in one of the recognized formats, 
-  typically JPEG, PNG, GIF or Postscript.  
+  typically JPEG, PNG, GIF or Postscript, and be able to be converted
+  into the desired output format.  
   <P>
   Unlike with the <A HREF=#d:shapefile>shapefile</A> attribute, 
   the image is treated as node
@@ -815,7 +816,8 @@ This field indicates which graph component uses the attribute.
   During rendering, in the default case (<TT>imagescale=false</TT>),
   the image retains its natural size.
   If <TT>imagescale=true</TT>,
-  the image is uniformly scaled to fit inside the node. 
+  the image is uniformly scaled (i.e., its aspect ration is
+  preserved) to fit inside the node. 
   At least one dimension of the image will be as large as possible
   given the size of the node.
   When <TT>imagescale=width</TT>,