Created attachment 39016 [details] Example of AA problem when copying PDF to Image As first mentioned at http://lists.cairographics.org/archives/cairo/2010-September/020901.html , there seems to be some backwards logic regarding disabling AA, when copying a PDF surface to an image surface. Attached is a sample program that demonstrates the problem. To me, whether the final image pixels are AA'd or not should be determined by the AA setting on the target image surface, at the time the source PDF is copied to it. My sample seems to indicate the opposite though - AA needs to be disabled on the *source* PDF surface, _before_ any data is drawn to it (And, the AA setting on the target Image surface is ignored).
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/cairo/cairo/issues/58.
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.