]> granicus.if.org Git - graphviz/commitdiff
Add note concerning the availability of gradient fills.
authorEmden R. Gansner <erg@research.att.com>
Wed, 10 Jul 2013 21:44:55 +0000 (17:44 -0400)
committerEmden R. Gansner <erg@research.att.com>
Wed, 10 Jul 2013 21:44:55 +0000 (17:44 -0400)
doc/info/attrs.html
doc/infosrc/types

index 056dc5ffff4b14a870d7049d4feca2c980df733e..c06f3e10014fa4309977e0ef39907ca167e4d15c 100644 (file)
@@ -2100,6 +2100,8 @@ enclosed in the parentheses,  <TT>(...)+</TT> indicates 1 or more, and
   and the optional <I>F</I> a floating-point number, 0 &le; <I>F</I> &le; 1. The sum of the 
   floating-point numbers in a <TT>colorList</TT> must sum to at most 1.
   <P>
+  <b>NOTE:</b> Gradient fills, described below, are currently only available via CAIRO or SVG rendering.
+  <P>
   If the colorList value specifies multiple colors, with no weights, and a filled style is specified,
   a linear gradient fill is done using the first two colors.
   If weights are present, a degenerate linear gradient fill is done. This essentially does a fill using
index c747024398580383a2d3bd70207e07f9907d141f..050df66c91e6ce380c1e0620610e8aab70fef61d 100644 (file)
@@ -103,6 +103,8 @@ where each <I>WC</I> has the form <I>C(;F)?</I> with C a <A HREF=#k:color>color<
 and the optional <I>F</I> a floating-point number, 0 &le; <I>F</I> &le; 1. The sum of the 
 floating-point numbers in a <TT>colorList</TT> must sum to at most 1.
 <P>
+<b>NOTE:</b> Gradient fills, described below, are currently only available via CAIRO or SVG rendering.
+<P>
 If the colorList value specifies multiple colors, with no weights, and a filled style is specified,
 a linear gradient fill is done using the first two colors.
 If weights are present, a degenerate linear gradient fill is done. This essentially does a fill using