On 2010-09-30 18:15, Stephen Dickason wrote:
> ...
> 1) Find the switch in Inkscape that makes it use the original M,L,C path
> commands.
There are two actually. In the Inkscape preferences go to the SVG output
"tab", uncheck "allow relative coordinates" to prevent it from using
m,l,c, check "force repeat commands" to make sure it outputs the command
for each segment.
> 2) Export the path(s) from inside Inkscape to something similar.
>
> 3) Fix my parser, which will take a while and may break again in future
> versions.
>
> 4) Find a nifty utility that helps with the svg parsing.
lib2geom contains an excellent parser.
|