svg.easing.js
svg.easing.js copied to clipboard
Fixed: bail setup script if SVG.supported is false
Fixes an issue where the script will fail because SVG.easing is undefined in environments where SVG's are not supported (such as test environments).
Fixes issue #4.