GNOME Bugzilla – Bug 598151
Incorrect rendering of svg file
Last modified: 2010-04-08 12:03:25 UTC
Created attachment 145275 [details] Circle 1 has crisp edges, circle 2 is antialiased I've created a file (see attached file) in Inkscape and set the shape-rendering property to crispEdges which should suppress antialiasing when imported into GIMP. However, when it is imported it is antialiased. To test this try loading the attached svg into Firefox. The top circle should have crisp edges.
Please report this against librsvg then. You can do so by reassigning your bug report to the librsvg product and specifying the version of librsvg that you are using.
Hi, this is very similar to the bug I posted (601865). I found a workaround (and proposed a proper fix). The workaround is just using optimizeSpeed instead of crispEdges when rendering in librsvg.
Created attachment 158110 [details] [review] Fix Current librsvg supports "shape-rendering" only in style property, this patch handles "shape-rendering" as property too.
Pushed. http://git.gnome.org/browse/librsvg/commit/?id=91c66dc2541012f2264f8a09cc92e4b7496091cb