[Poppler-bugs] [Bug 85934] [PATCH] add antialiasing to pdftops 0.28.1

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Nov 14 12:09:44 PST 2014


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

--- Comment #14 from William Bader <williambader at hotmail.com> ---
I am redoing it not to add any new variables like currentVectorAntialias.

poppler current has two copies of that flag, one copy in GlobalParams and a
second copy in SplashOutputDev.

SplashOutputDev sets its copy to false if colorMode != splashModeMono1.

I had made the GlobalParams copy into OutputDev vectorAntialias and the
SplashOutputDev copy into currentVectorAntialias.

If I remove currentVectorAntialias and use vectorAntialias throughout, then if
you call SplashOutputDev::startPage() with a different colorMode, you might
have to reset vectorAntialias before calling startPage().  Is that a problem?

-- 
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/20141114/eb36b2d1/attachment.html>


More information about the Poppler-bugs mailing list