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

.unarc is not treating correctly arc with 0 radius #18

Closed
kpym opened this issue Dec 22, 2015 · 1 comment
Closed

.unarc is not treating correctly arc with 0 radius #18

kpym opened this issue Dec 22, 2015 · 1 comment
Labels

Comments

@kpym
Copy link
Contributor

kpym commented Dec 22, 2015

svgpath('M 0 0 A 0 10 0 0 0 10 10').unarc().toString() returns 'M0 0'. But arc with 0 radius should be treated as segment. So we expect as return 'M0 0 L 10 10'.

@puzrin puzrin added the bug label Dec 27, 2015
@rlidwka
Copy link
Member

rlidwka commented Dec 30, 2015

Fixed, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants