diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2016-02-10 21:17:58 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2016-02-10 21:17:58 +0100 |
commit | 2bf4788597959684f39e3e17777149a9ccb8ceab (patch) | |
tree | ef76d7ecc0b80055697cca6e3c8e13c4662b08e1 /CHANGELOG.md | |
parent | 3b388c64789c3d589e0e6d194aa87864f1cd958e (diff) | |
download | svg.js-2bf4788597959684f39e3e17777149a9ccb8ceab.tar.gz svg.js-2bf4788597959684f39e3e17777149a9ccb8ceab.zip |
fixed error where a parent node is not found when loading an image but the canvas was cleared (#447)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 56e3777..ac08aa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ - added `element.point(x,y)` which transforms a point from screen coordinates to the elements space (#403) - fixed `svgjs:data` attribute which was not set properly in all browsers (#428) - fixed `isNumber` and `numberAndUnit` regex (#405) +- fixed error where a parent node is not found when loading an image but the canvas was cleared (#447) # 2.2.5 (29/12/2015) - added check for existence of node (#431) |