[Poppler-bugs] [Bug 56463] Assertion `!isParameterized()' failed in function GfxGouraudTriangleShading::getTriangle
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Oct 29 04:29:20 PDT 2012
https://bugs.freedesktop.org/show_bug.cgi?id=56463
--- Comment #1 from Thomas Freitag <Thomas.Freitag at alfa.de> ---
Created attachment 69220
--> https://bugs.freedesktop.org/attachment.cgi?id=69220&action=edit
Fall back for parameterized gouraud shadings
The problem is that cairo says since 1.12.0 that it implements also the gouraud
shading, but in real it implements only the non parameterized ones (for
parametrized ones the second version of getTriangle with double pointers for
colors must be used).
This is just a cowardly patch, which falls back to the Gfx implementation for
parameterized shadings. A better way would be to implement this kind of shading
in the cairo output device, too.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/poppler-bugs/attachments/20121029/ebdfa968/attachment.html>
More information about the Poppler-bugs
mailing list