Phrogz / svg-path-to-polygons

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

handle degenerate cubic beziers #6

Open conundrumer opened 6 years ago

conundrumer commented 6 years ago

fixes #5

Crisfole commented 4 years ago

This looks good, but would be a bit more useful if it console.warn'ed of the potential issue.