<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - [PATCH] Replace Splash font rendering by Qt font rendering"
href="https://bugs.freedesktop.org/show_bug.cgi?id=102290#c21">Comment # 21</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - [PATCH] Replace Splash font rendering by Qt font rendering"
href="https://bugs.freedesktop.org/show_bug.cgi?id=102290">bug 102290</a>
from <span class="vcard"><a class="email" href="mailto:oliver.sander@tu-dresden.de" title="oliver.sander@tu-dresden.de">oliver.sander@tu-dresden.de</a>
</span></b>
<pre>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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>