Skip to content
This repository has been archived by the owner on Apr 8, 2020. It is now read-only.

negative circle radius value #137

Open
izyl opened this issue Sep 20, 2014 · 0 comments
Open

negative circle radius value #137

izyl opened this issue Sep 20, 2014 · 0 comments

Comments

@izyl
Copy link

izyl commented Sep 20, 2014

When using circle + square you can get a negative value for the circle radius

simple correction at line 194 :
r: Math.abs(Math.max(radius.x, radius.y) * ft.opts.distance)
instead of
r: Math.max(radius.x, radius.y) * ft.opts.distance

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

No branches or pull requests

1 participant