Calling painter.Fill() does not seem to work at all in this case, nor does
painter.FillAndStroke(). Still even without calling painter.Fill() the
shading patterns will show up in the .pdf, but they are improperly rendered.
Is there an example available somewhere? Or is it possible you can
construc
On Thu, 2021-11-04 at 15:30 +0100, Hettinga, G.J. wrote:
> painter.SetShadingPattern(a);
Hi,
try to call also:
painter.Fill();
as the commands you use construct a path, without being stroke or
filled.
Bye,
zyx
___
Podofo-us