[Poppler-bugs] [Bug 32349] Radial shading does not render correctly

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Dec 19 03:21:25 PST 2010


https://bugs.freedesktop.org/show_bug.cgi?id=32349

--- Comment #5 from thomasf <Thomas.Freitag at alfa.de> 2010-12-19 03:21:25 PST ---
I made some regression tests on my PDFs which uses radial shading, and I didn't
find any. But I found an additional enhancement:

In line 2928,

if (isSameGfxColor(colorB, colorA, nComps, radialColorDelta) && ib <
radialMaxSplits) {

the comparison between ib and radialMaxSplits is no more needed, it just slows
down rendering a little bit, so 

if (isSameGfxColor(colorB, colorA, nComps, radialColorDelta)) {

is sufficient now.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Poppler-bugs mailing list