Re: [Podofo-users] Triangle Shading Pattern

2021-11-14 Thread Hettinga, G.J.
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

Re: [Podofo-users] Triangle Shading Pattern

2021-11-08 Thread zyx
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