<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - [PATCH] add antialiasing to pdftops 0.28.1"
href="https://bugs.freedesktop.org/show_bug.cgi?id=85934#c14">Comment # 14</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - [PATCH] add antialiasing to pdftops 0.28.1"
href="https://bugs.freedesktop.org/show_bug.cgi?id=85934">bug 85934</a>
from <span class="vcard"><a class="email" href="mailto:williambader@hotmail.com" title="William Bader <williambader@hotmail.com>"> <span class="fn">William Bader</span></a>
</span></b>
<pre>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?</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>