]> granicus.if.org Git - graphviz/commitdiff
Update info files
authorerg <devnull@localhost>
Wed, 30 Jan 2008 22:37:16 +0000 (22:37 +0000)
committererg <devnull@localhost>
Wed, 30 Jan 2008 22:37:16 +0000 (22:37 +0000)
doc/info/attrs.html

index adc9ff1090aedc7bbd5e956bb3679e5842056ee5..614da838d47b435dacfeb39fae2cceb5fc94c393 100644 (file)
@@ -319,6 +319,8 @@ This field indicates which graph component uses the attribute.
  <TR><TD><A NAME=a:pencolor HREF=#d:pencolor>pencolor</A>
 </TD><TD>C</TD><TD><A HREF=#k:color>color</A>
 </TD><TD ALIGN="CENTER">black</TD><TD></TD><TD></TD> </TR>
+ <TR><TD><A NAME=a:penwidth HREF=#d:penwidth>penwidth</A>
+</TD><TD>E</TD><TD>double</TD><TD ALIGN="CENTER">1.0</TD><TD>0.0</TD><TD></TD> </TR>
  <TR><TD><A NAME=a:peripheries HREF=#d:peripheries>peripheries</A>
 </TD><TD>NC</TD><TD>int</TD><TD ALIGN="CENTER">shape default(nodes)<BR>1(clusters)</TD><TD>0</TD><TD></TD> </TR>
  <TR><TD><A NAME=a:pin HREF=#d:pin>pin</A>
@@ -1179,6 +1181,14 @@ This field indicates which graph component uses the attribute.
   Thus, if the root graph has defined a <B>pencolor</B>, this will override a
   <B>color</B> or <B>bgcolor</B> attribute set for the cluster.
 
+<DT><A NAME=d:penwidth HREF=#a:penwidth><STRONG>penwidth</STRONG></A>
+<DD>  Specifies the width of the pen, in points, used to draw lines and curves.
+  It has no effect on text. 
+  <P>
+  Previous to 31 January 2008, the effect of <TT>penwidth=<I>W</I></TT> 
+  was achieved by including <TT>setlinewidth(<I>W</I>)</TT>
+  as part of a <A HREF=#d:style><TT>style</TT></A> specification.
+
 <DT><A NAME=d:peripheries HREF=#a:peripheries><STRONG>peripheries</STRONG></A>
 <DD>  Set number of peripheries used in polygonal shapes and cluster
   boundaries. Note that
@@ -1847,11 +1857,13 @@ the given types.
   device-dependent form. Style lists are passed to device drivers, which
   can use this to generate appropriate output.
   <P>
-  The <A NAME=d:setlinewidth><TT>setlinewidth</TT></A> style value can be
-  used for more control over the width of edges and node borders than is
+  The <TT>setlinewidth</TT> style value can be
+  used for more control over the width of node borders and edges than is
   allowed by <TT>bold</TT>. This style value takes an argument, specifying the
   width of the line in <A HREF=#points>points</A>. For example, <TT>style="bold"</TT> is
   equivalent to <TT>style="setlinewidth(2)"</TT>. 
+  <B>The use of <TT>setlinewidth</TT> is deprecated; one should use the
+  <A HREF=#d:penwidth><TT>penwidth</TT></A> attribute instead.</B>
 
 <DT><A NAME=k:viewPort><STRONG>viewPort</STRONG></A>
 <DD>"%lf,%lf,%lf,%lf,%lf" or  "%lf,%lf,%lf,'%s'"