From: Emden R. Gansner Date: Wed, 10 Jul 2013 21:44:55 +0000 (-0400) Subject: Add note concerning the availability of gradient fills. X-Git-Tag: LAST_LIBGRAPH~32^2~147 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c6940d9671032f57fca4b9caf1528b8e6f12e3bf;p=graphviz Add note concerning the availability of gradient fills. --- diff --git a/doc/info/attrs.html b/doc/info/attrs.html index 056dc5fff..c06f3e100 100644 --- a/doc/info/attrs.html +++ b/doc/info/attrs.html @@ -2100,6 +2100,8 @@ enclosed in the parentheses, (...)+ indicates 1 or more, and and the optional F a floating-point number, 0 ≤ F ≤ 1. The sum of the floating-point numbers in a colorList must sum to at most 1.

+ NOTE: Gradient fills, described below, are currently only available via CAIRO or SVG rendering. +

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 diff --git a/doc/infosrc/types b/doc/infosrc/types index c74702439..050df66c9 100644 --- a/doc/infosrc/types +++ b/doc/infosrc/types @@ -103,6 +103,8 @@ where each WC has the form C(;F)? with C a color< and the optional F a floating-point number, 0 ≤ F ≤ 1. The sum of the floating-point numbers in a colorList must sum to at most 1.

+NOTE: Gradient fills, described below, are currently only available via CAIRO or SVG rendering. +

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