From 4c297f56dec369b270a7b692a2fbe661d303802a Mon Sep 17 00:00:00 2001 From: Ulrich-Matthias Schäfer Date: Sat, 26 May 2018 12:33:14 +0200 Subject: fixes and addition in SVG.PointArray (#805) - fixed SVG.PointArray having a reference to outside array in some cases - added possibility to pass an array of point objects to SVG.PointArray --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 97457c6..e12dfe9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,10 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: - 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 for d attribute of paths (#847) - fixed problems with CustomEvent polyfill in IE11 (#852) +- fixed SVG.PointArray having a reference to outside array in some cases (#803) + +### Added +- added possibility to pass an array of point objects to SVG.PointArray (#803) ## [2.6.4] - 2018-02-07 -- cgit v1.2.3