Pomax / bezierjs

A nodejs and client-side library for (cubic) Bezier curve work
MIT License
1.75k stars 235 forks source link

add in SVG parsing #140

Open Pomax opened 4 years ago

Pomax commented 4 years ago

The old SVG parsing was throwaway code and was never part of the public API. I've ripped it out so so it can be done properly. An implementation task list:

To make this easier, path normalization can be taken from https://github.com/Pomax/svg-path-reverse/blob/gh-pages/reverse.js

nathanwinder commented 1 year ago

https://github.com/thednp/svg-path-commander has implemented a lot of this.

Pomax commented 1 year ago

But does way more than is needed here, and at almost 10x the size of this library, definitely not happening.