Sorry for such a complicated test case. Using Cairo CVS HEAD and librsvg CVS HEAD, use the rsvg-convert program to convert librsvg/tests/window.svg to PNG and PDF: rsvg-convert -f png < window.svg > window.png rsvg-convert -f pdf < window.svg > window.pdf Using XPDF or Ghostscript/GGV to view the PDF results in "jagged" drawing (as is the case for every SVG I've converted to PDF using Cairo). Acrobat doesn't have this jagged-ness. Using Acrobat Reader to view the resulting PDF results in the coloring being off, most noticably in the gradients.
Created attachment 4282 [details] The SVG
Created attachment 4283 [details] The PNG
Created attachment 4284 [details] The PDF
Dom, the PDF backend looks way better now. Can you test with cairo HEAD from git?
Yeah, this is better due to improvements in the analysis surface.
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.