SVGPathConverter will convert SVG tags (circle, line, ellipse, polyline) into path.
You'll need node
and npm
to use SVGPathConverter.
git clone https://github.com/Waest/SVGPathConverter.git SVGPathConverter
cd SVGPAthConverter
npm install
node SVGPathConverter.js
There are some limitations actually, SVG must not contains groups, we are working to fix this.
- Handle groups tags
- Add tests