[Poppler-bugs] [Bug 2807] doesn't handle text rendering modes

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sun Aug 1 03:02:38 PDT 2010


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

--- Comment #25 from thomasf <Thomas.Freitag at alfa.de> 2010-08-01 03:02:38 PDT ---
(In reply to comment #22)
After encountered the problem, s. commet 24, it was quite easy to find the
reason during debugging in Gfx::doShadingPatternFill:

#if 1 //~tmp: turn off anti-aliasing temporarily
  GBool vaa = out->getVectorAntialias();
  if (vaa) {
    out->setVectorAntialias(gFalse);
  }
#endif

Do You know, why this was done? If I remove this lines and the corresspondig
later turn on, everything works fine. So do You have any idea, where this comes
from? If it is still needed, I could implement an additional parameter which
turn anti-aliasing only off if it is not a text path fill. Otherwise we should
remove it or chnage it to #if 0

-- 
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