Phrogz / svg-path-to-polygons

Converts path commands for an SVG path to polygon points.
MIT License
56 stars 19 forks source link

Does not support arc commands. #2

Open Phrogz opened 7 years ago

Phrogz commented 7 years ago

Need to support A/a for 1.0. Easy to support the symmetrical case; need to consider how best to subdivide the elliptic case. (Is it adaptive? Or can it be purely based on angle?)