Comment 6 for bug 206061

Revision history for this message
Jaspervdg (jaspervdg) wrote :

I've double-checked "Broken svg" and it seems valid to me. I've narrowed it down to rsvg not dealing correctly with an 'M' or 'm' operator followed by more than one coordinate pair. It should read "M 0,0 1,0" as "M 0,0 L 1,0", but it doesn't (I get the feeling it just fails to parse the path), it can cope correctly with things like "M 0,0 L 1,0 0,1". I've filed a bug report with librsvg (http://bugzilla.gnome.org/show_bug.cgi?id=524306), if anyone can provide additional information that would be great.

As for solving Patrick's problem, you can switch off this behaviour by adding a forcerepeatcommands attribute (set to 1) to the output/svgoutput element in your preferences.xml