adobe-webplatform / Snap.svg

The JavaScript library for modern SVG graphics.
http://snapsvg.io
Apache License 2.0
13.91k stars 1.15k forks source link

Fix Snap.atan2 to use 2 arguments #665

Closed Phaen closed 2 years ago

Phaen commented 2 years ago

Snap.atan2 wraps Math.atan2, but only takes and passes a single argument, even though Math.atan2 takes two.

Fixes #507