svg.js v2.6.2 Release Notes

Release Date: 2017-06-05 // almost 7 years ago
  • โž• Added

    • โž• added width() and height() methods to SVG.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.once so that it add its callback on the last situation instead of the current one
    • ๐Ÿ›  fixed SVG.FX.step so that the animation doesn't stop if an afterAll callback call animate (#677)