Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not handle degenerate cubic beziers #5

Open
conundrumer opened this issue Aug 29, 2018 · 1 comment · May be fixed by #6
Open

Does not handle degenerate cubic beziers #5

conundrumer opened this issue Aug 29, 2018 · 1 comment · May be fixed by #6
Labels

Comments

@conundrumer
Copy link

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

@Phrogz
Copy link
Owner

Phrogz commented Aug 29, 2018

Confirmed. Thanks for the report!

@Phrogz Phrogz added the bug label Aug 29, 2018
@conundrumer conundrumer linked a pull request Aug 29, 2018 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants