]> granicus.if.org Git - graphviz/commitdiff
Add information concerning the imagepath attribute
authorEmden Gansner <erg@research.att.com>
Thu, 20 Oct 2011 16:10:10 +0000 (12:10 -0400)
committerEmden Gansner <erg@research.att.com>
Thu, 20 Oct 2011 16:10:10 +0000 (12:10 -0400)
doc/info/attrs.html
doc/infosrc/attrs

index 4b10fc1285465714336cce6fbb2868cd85be82a2..533c8297d4aea2451e90e04b2d13767cfd21692d 100644 (file)
@@ -216,6 +216,8 @@ This field indicates which graph component uses the attribute.
 </TD><TD ALIGN="CENTER">""</TD><TD></TD><TD>svg, postscript, map only</TD> </TR>
  <TR><TD><A NAME=a:image HREF=#d:image>image</A>
 </TD><TD>N</TD><TD>string</TD><TD ALIGN="CENTER">""</TD><TD></TD><TD></TD> </TR>
+ <TR><TD><A NAME=a:imagepath HREF=#d:imagepath>imagepath</A>
+</TD><TD>G</TD><TD>string</TD><TD ALIGN="CENTER">""</TD><TD></TD><TD></TD> </TR>
  <TR><TD><A NAME=a:imagescale HREF=#d:imagescale>imagescale</A>
 </TD><TD>N</TD><TD><A HREF=#k:bool>bool</A>
 <BR>string</TD><TD ALIGN="CENTER">false</TD><TD></TD><TD></TD> </TR>
@@ -932,6 +934,16 @@ This field indicates which graph component uses the attribute.
   content rather than the entire node. In particular, an image can
   be contained in a node of any shape, not just a rectangle.
 
+<DT><A NAME=d:imagepath HREF=#a:imagepath><STRONG>imagepath</STRONG></A>
+<DD>  Specifies a list of directories in which to look for image files as specified by the
+  <a href="#d:image">image</a> attribute or using the <TT>IMG</TT> element in
+  <a href="shapes.html#html">HTML-like labels</a>.
+  The string should be a list of (absolute or relative) pathnames, each separated by
+  a semicolon (for Windows) or a colon (all other OS). 
+  The first directory in which a file of the given name is found will be used to
+  load the image. If <tt>imagepath</tt> is not set, relative pathnames for the image
+  file will be interpreted with respect to the current working directory.
+
 <DT><A NAME=d:imagescale HREF=#a:imagescale><STRONG>imagescale</STRONG></A>
 <DD>  Attribute controlling how an image fills its
   containing node. In general, the image is given its natural size,
index 0458cbc873b6ecc792bbe17caf9432c84875c1e0..12f9d4fc7a5e69ce9194dc49823d734f0e5cd90e 100644 (file)
@@ -434,6 +434,15 @@ Unlike with the <A HREF=#d:shapefile>shapefile</A> attribute,
 the image is treated as node
 content rather than the entire node. In particular, an image can
 be contained in a node of any shape, not just a rectangle.
+:imagepath:G:string:"";
+Specifies a list of directories in which to look for image files as specified by the
+<a href="#d:image">image</a> attribute or using the <TT>IMG</TT> element in
+<a href="shapes.html#html">HTML-like labels</a>.
+The string should be a list of (absolute or relative) pathnames, each separated by
+a semicolon (for Windows) or a colon (all other OS). 
+The first directory in which a file of the given name is found will be used to
+load the image. If <tt>imagepath</tt> is not set, relative pathnames for the image
+file will be interpreted with respect to the current working directory.
 :imagescale:N:bool/string:false:;
 Attribute controlling how an image fills its
 containing node. In general, the image is given its natural size,