diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2017-03-06 18:52:28 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2017-03-06 18:52:28 +0100 |
commit | 41b55427a71f85e444a8729a552b4db5aa9ac772 (patch) | |
tree | dbc1283dcf058c020151981c2754d9a4b9c76492 /CHANGELOG.md | |
parent | 9ceaf63493ded5caa3e2eb89203d88c645b856b4 (diff) | |
download | svg.js-41b55427a71f85e444a8729a552b4db5aa9ac772.tar.gz svg.js-41b55427a71f85e444a8729a552b4db5aa9ac772.zip |
make flip working with both axis when no parameter / only offset is passed
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 17c94ff..6689e8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,14 +44,15 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: - relative value for `SVG.Number` are now calculated in its `morph` method (related #547) - clean up the implementation of the `initAnimation` method of the FX module (#547, #552, #584) - deprecated `.tbox()`. `.tbox()` now map to `.rbox()`. If you are using `.tbox()`, you can substitute it with `.rbox()` (#594, #602) -- `dx()/dy()` now accepts percentage values, too but only if the value on the element is already percentage - -### Fixed -- fixed a bug in the plain morphing part of `SVG.MorphObj` that is in the FX module - viewbox now also accepts strings and arrays as constructor arguments - `SVG.Array` now accepts a comma seperated string and returns array of numbers instead of strings - `SVG.Matrix` now accepts an array as input - `SVG.Element.matrix()` now accepts also 6 values +- `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 +- fixed a bug in the plain morphing part of `SVG.MorphObj` that is in the FX module - fixed bug which produces an error when removing an event from a node which was formerly removed with a global `off()` (#518) ==== |