diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2017-03-08 19:48:20 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2017-03-08 19:48:20 +0100 |
commit | 8a0a4d797f8954a3b1964c6e407d9291d4afc7ab (patch) | |
tree | f1c29feea5d4996d0da91bb6caebe82b1df33afe /CHANGELOG.md | |
parent | eb17e6477a6ec62a05d4d6630c8fdcf5c6291b06 (diff) | |
download | svg.js-8a0a4d797f8954a3b1964c6e407d9291d4afc7ab.tar.gz svg.js-8a0a4d797f8954a3b1964c6e407d9291d4afc7ab.zip |
Fix offset produced by svg parser (#553)
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 a28783c..5574df5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -61,6 +61,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: - `dx()/dy()` now accepts percentage values, too but only if the value on the element is already percentage - `flip()` now flips on both axis when no parameter is passed - fixed bug with `documentElement.contains()` in IE +- fixed offset produced by svg parser (#553) ## [2.4.0] - 2017-01-14 |