Added
- added
width()andheight()methods toSVG.FX - added the intended functionality to call animate functions with multiple parameter (#671)
Changed
- updated Jasmine from 2.5.2 to 2.6.0
- removed the typeof check in the initialisation of SVG.Matrix
Fixed
- fixed
SVG.FX.onceso that it add its callback on the last situation instead of the current one - fixed
SVG.FX.stepso that the animation doesn't stop if an afterAll callback call animate (#677)