diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2016-04-09 18:30:27 +0200 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2016-04-09 18:30:27 +0200 |
commit | 2d785535daf4fccb01c1b505aa3d71b2af4035e4 (patch) | |
tree | db7f17090dc5f483b97ca708b92ecd969a98506a /CHANGELOG.md | |
parent | 700a77060fe2b347e256abdb423c75a05613a690 (diff) | |
download | svg.js-2d785535daf4fccb01c1b505aa3d71b2af4035e4.tar.gz svg.js-2d785535daf4fccb01c1b505aa3d71b2af4035e4.zip |
fixed bug where `stop(true)` throws an error when element is not animated (#475)
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 8f4f45a..2faca83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ - fixed parser error (#471) - fixed bug in `SVG.Color` with new fx - fixed `radius()` for circles when animating and other related code (#477) +- fixed bug where `stop(true)` throws an error when element is not animated (#475) # 2.3.0 (30/03/2016) - added `SVG.Point` which serves as Wrapper to the native `SVGPoint` (#437) |