diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2016-04-03 13:11:41 +0200 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2016-04-03 13:11:41 +0200 |
commit | 8bdc17f571d428a62afaf5853679378047b5aafd (patch) | |
tree | 01a5d8b2b8cc8c1d286640d2fea6ca20ab898d7d /CHANGELOG.md | |
parent | 528637eb862877ca60cfa311eb54c6384566f831 (diff) | |
download | svg.js-8bdc17f571d428a62afaf5853679378047b5aafd.tar.gz svg.js-8bdc17f571d428a62afaf5853679378047b5aafd.zip |
fixed `SVG.morph()` (#473)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index cbe58c3..476349b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ - added `precision()` method to round numeric element attributes -> __TODO!__ - added specs for `SVG.FX` -> __TODO!__ +# 2.3.1 +- fixed `SVG.morph()` (#473) + # 2.3.0 (30/03/2016) - added `SVG.Point` which serves as Wrapper to the native `SVGPoint` (#437) - added `element.point(x,y)` which transforms a point from screen coordinates to the elements space (#403) |