diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2016-08-02 18:44:48 +0200 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2016-08-02 18:44:48 +0200 |
commit | 86c99607a393b43aeb50979e97ab69853293847f (patch) | |
tree | ea7daa70947062326e8eea3c0c31cc09da4c88bd /CHANGELOG.md | |
parent | 90f8ac60071148d41c209fd0114df1dc1f40e8d8 (diff) | |
download | svg.js-86c99607a393b43aeb50979e97ab69853293847f.tar.gz svg.js-86c99607a393b43aeb50979e97ab69853293847f.zip |
fixed #514 and #5162.3.3
- removed `SVG.Text.clone()` which is inherited by `SVG.Element.clone()`
- make element visible when call bbox on a clone
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 775a4f8..5a46259 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ - added `precision()` method to round numeric element attributes -> __TODO!__ - added specs for `SVG.FX` -> __TODO!__ +# 2.3.3 (02.08.2016) +- add error callback on image loading (#508) +- fixed bug when getting bbox of text elements which are not in the dom (#514) +- fixed bug when getting bbox of element which is hidden with css (#516) + # 2.3.2 (21/06/2016) - fixed string parsing in viewbox (#483) - added specs for `SVG.ViewBox` |