diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2015-10-10 17:16:12 +0200 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2015-10-10 17:16:12 +0200 |
commit | 412b37652b6695a6df4c214d7048275f2912dad7 (patch) | |
tree | 6a2feb84b212d3623a72798988f1bee19946b2c7 /CHANGELOG.md | |
parent | 2fbeec1225b5431e8c7779eee1396c86e890ab00 (diff) | |
download | svg.js-412b37652b6695a6df4c214d7048275f2912dad7.tar.gz svg.js-412b37652b6695a6df4c214d7048275f2912dad7.zip |
fixes pattern animation (#385)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a8d962..7a42268 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,11 @@ - added `precision()` method to round numeric element attributes -> __TODO!__ - added specs for `SVG.FX` -> __TODO!__ -# 2.1.1 +# 2.1.2 (??/??/2015) + +- fixed pattern and gradient animation (#385) + +# 2.1.1 (03/10/2015) - added custom context binding to event callback (default is the element the event is bound to) |