[Poppler-bugs] [Bug 102290] [PATCH] Replace Splash font rendering by Qt font rendering
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Sep 5 14:30:35 UTC 2017
https://bugs.freedesktop.org/show_bug.cgi?id=102290
--- Comment #21 from oliver.sander at tu-dresden.de ---
Okay, I got the color thing sorted out as well. Apparently, the value of
state->getFillRGB() can change without OutputDev::updateFillColor being called.
Then the local brush color of ArthurOutputDev (in m_currentBrush) does not
always contain the same color as state->getFillRGB(). Using the latter for the
font colors solves the problem.
I recognize that this may be a bug in ArthurOutputDev. Maybe there is a second
way besides updateFillColor to update the fill color? ArthurOutputDev only
implements that single one. I don't know.
Anyway, new patch attached.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/poppler-bugs/attachments/20170905/4f5ed886/attachment.html>
More information about the Poppler-bugs
mailing list