Created attachment 70278 [details] patch against git HEAD For zoom levels that scale the page below sqrt(2) of the original resolution, monochrome line widths are wrong (snapped back to one pixel wide.) The broken code in question came from xpdf-3.03, and Derek Noonburg tells me that the next version of xpdf will have a fix (similar to the attached one) as well. Patch is attached.
Hi Matthias, thanks for the patch! Can you attach a pdf file and a pdftoppm command line to show the error happening so we can see what kind of the fix the patch does?
Created attachment 70884 [details] PDF file exhibiting the bug
Hi Albert- sure! This command line causes the bug to appear: pdftoppm -r 72 -mono layers.pdf > test.ppm (the two diagonal cyan strokes become 1 pixel wide with -r 72)
Commited, thanks for the patch.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.