]> granicus.if.org Git - graphviz/commitdiff
Add note that tapered edges don't use multiple colors, and don't have
authorEmden R. Gansner <erg@alum.mit.edu>
Sat, 16 Nov 2013 15:11:47 +0000 (10:11 -0500)
committerEmden R. Gansner <erg@alum.mit.edu>
Sat, 16 Nov 2013 15:11:47 +0000 (10:11 -0500)
a dashed or dotted form.

doc/info/attrs.html
doc/infosrc/types

index 15e25227786156f5eb0be53537b27179d21dd2c0..ca8f629efdc53287c5e04df1c08c151e2ebc4ef3 100644 (file)
@@ -2454,6 +2454,10 @@ enclosed in the parentheses,  <TT>(...)+</TT> indicates 1 or more, and
   graph type is used (see <A HREF=#a:dir>dir</A>). Arrowheads and arrowtails are also drawn, based on the
   value of <tt>dir</tt>; to avoid this, set <tt>arrowhead</tt> and/or <TT>arrowtail</TT> to <TT>"none"</TT>.
   <P>
+  <B>Note:</B> At present, the tapered style only allows a simple filled polygon.
+  Additional styles such as <TT>dotted</TT> or <TT>dashed</TT>, or multiple colors
+  supplied via a <A HREF=#k:colorList>colorList</A> are ignored.
+  <P>
   The following table illustrates the <tt>style=tapered</tt> with <tt>penwidth=7</tt> and
   <tt>arrowtail=none</tt>.
     <TABLE border=1>
index b5cb35564fad037d10685fdc8ed18012f93dc9d8..40c513d261b99cab37583097b479e5696fd7bdc8 100644 (file)
@@ -394,6 +394,10 @@ tapering at all (<tt>dir=none</tt>). If the <tt>dir</tt> is not explicitly set,
 graph type is used (see <A HREF=#a:dir>dir</A>). Arrowheads and arrowtails are also drawn, based on the
 value of <tt>dir</tt>; to avoid this, set <tt>arrowhead</tt> and/or <TT>arrowtail</TT> to <TT>"none"</TT>.
 <P>
+<B>Note:</B> At present, the tapered style only allows a simple filled polygon.
+Additional styles such as <TT>dotted</TT> or <TT>dashed</TT>, or multiple colors
+supplied via a <A HREF=#k:colorList>colorList</A> are ignored.
+<P>
 The following table illustrates the <tt>style=tapered</tt> with <tt>penwidth=7</tt> and
 <tt>arrowtail=none</tt>.
   <TABLE border=1>