I have an SVG file coming from Inkscape, Illustrator, or any other application. I want to convert the shapes to lineto
, moveto
, curveto
format.
What I want is something like:
./Appname svgfile outfilewithpath
I will give the SVG file as an argument, then my application will convert the object into the respective paths.