Created attachment 18832 [details] Repro file Originally reported at https://github.com/sumatrapdfreader/sumatrapdf/issues/587 Compared to other renderers, like Chrome, there's a gray line in the middle of the page.
There's a gray line in several other renderers I've tried too: ghostscript, evince, etc. Converting to SVG and viewing in Firefox and Inkscape also shows a gray line down the middle. The input page consists of a gray background, covered with yellow rectangles. Since we anti-alias the edges, the gray background shows through in some of the rectangle edges, depending on zoom factor. If you render without antialiasing, then you will avoid the bleed through effect. To turn off AA for vector art but still keep text anti-aliased, use fz_set_graphics_aa_level(ctx, 0).
*** This bug has been marked as a duplicate of bug 702081 ***
*** Bug 702081 has been marked as a duplicate of this bug. ***
*** This bug has been marked as a duplicate of bug 702074 ***