Comment 5 for bug 654759

Revision history for this message
Louis Simard (louis-simard-deactivatedaccount) wrote : Re: before/after are different with libsvg

As you correctly pointed out, this bug exists in librsvg. librsvg is a GNOME project, so bugs for that library are tracked on the GNOME Bugzilla.

Please see this bug report and comment on it if desired: https://bugzilla.gnome.org/show_bug.cgi?id=620923

In the meanwhile, the bug has been worked around in Scour: Use the --renderer-workaround option when converting files with command-line Scour, or the 'Enable renderer workarounds' option if using Inkscape's Scour output (Save as -> Optimized SVG).

ex.
./scour.py -i FILE -o OUTFILE --renderer-workaround
./scour.py --renderer-workaround < FILE > FOUTILE