Raphael.FreeTransform icon indicating copy to clipboard operation
Raphael.FreeTransform copied to clipboard

negative circle radius value

Open izyl opened this issue 11 years ago • 0 comments

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

izyl avatar Sep 20 '14 08:09 izyl