Hi Arjen:
The x and y window limits for the 7th subpage (lower left) of each page of
example 25 are -20 to +20. i.e.,
xextreme[6][0] = -20.0; xextreme[6][1] = 20.0; yextreme[6][0] = -20.0;
yextreme[6][1] = 20.0;
For that case and for the diamond and reverse diamond cases (page 1 and 2)
you are
On 2009-11-23 11:51-0800 Alan W. Irwin wrote:
> [...]From this quick tour of the SVG, QT, and cairo cases, I conclude we
> should
> support a new addition to our API which allows the user to draw a linear
> gradient within a rectangle. The suggested prototype of this API addition
> would look li