GNOME Bugzilla – Bug 601865
shapeRendering is handled incorrectly with crispEdges
Last modified: 2010-04-07 10:54:16 UTC
If you look at how crispEdges here: http://www.w3.org/TR/SVG/painting.html#ShapeRenderingProperty It should seem that it should disable antialiasing... This patch added support for shape-rendering, but for crispEdges, it sets it to use antialiasing. The desired effect for crispEdges is attained currently by setting it to optimizeSpeed. http://git.gnome.org/cgit/librsvg/commit/?id=a759d44f384dfc1d50d1680eddba97c32cb7468f Proposed fix is just using CAIRO_ANTIALIAS_NONE for crispEdges.
Happens with all recent versions and trunk, on most OS's
*** This bug has been marked as a duplicate of bug 564544 ***