svg.js v2.3.1 Release Notes

Release Date: 2016-05-05 // about 8 years ago
  • โž• Added

    • โž• added typings for svg.js (#470)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  fixed SVG.morph() (#473)
    • ๐Ÿ›  fixed parser error (#471)
    • ๐Ÿ›  fixed bug in SVG.Color with new fx
    • ๐Ÿ›  fixed radius() for circles when animating and other related code (#477)
    • ๐Ÿ›  fixed bug where stop(true) throws an error when element is not animated (#475)
    • ๐Ÿ›  fixed bug in add() when altering svgs with whitespaces
    • ๐Ÿ›  fixed bug in SVG.Doc().create where size was set to 100% even if size was already specified
    • ๐Ÿ›  fixed bug in parse() from SVG.PathArray which does not correctly handled S and T (#485)