Fixed
- fixed
element.parent()which sometimes failed when used on detached documents (#759) - fixed
SVG.Text.y()which didnt work correctly withSVG.Number(#778) - fixed
SVG.Doc.clone()which throwed an error (#782) - fixed
SVG.Mask.clone()which throwed an error (#782) - fixed
SVG.PointArrayhaving a reference to outside array in some cases (#803) - fixed
reference()which failed when trying to use a reference which does not exist in the attribuets (#840) - fixed
animate().attr()method which doenst work fordattribute of paths (#847) - fixed problems with
CustomEventpolyfill in IE11 (#852)
Added
- added possibility to pass an array of point objects to
SVG.PointArray(#803)