svg-path-to-polygons icon indicating copy to clipboard operation
svg-path-to-polygons copied to clipboard

Does not handle degenerate cubic beziers

Open conundrumer opened this issue 6 years ago • 1 comments

pathDataToPolys('M0,0c0,0,0,0,0,0')

I was working with an SVG file and it had a degenerate cubic bezier command. The above test case reproduces the issue: Infinite recursion

conundrumer avatar Aug 29 '18 02:08 conundrumer

Confirmed. Thanks for the report!

Phrogz avatar Aug 29 '18 02:08 Phrogz