diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2020-05-20 09:36:17 +1000 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2020-05-20 09:36:17 +1000 |
commit | 0890c4d55fd39356347a5e7a2bb37c9436d2555c (patch) | |
tree | 7e268897fc3c33472576a77f2cc95c05aa73b969 /CHANGELOG.md | |
parent | 4ea53725a9021a136f6d81122dd78dc97a3e7da0 (diff) | |
download | svg.js-0890c4d55fd39356347a5e7a2bb37c9436d2555c.tar.gz svg.js-0890c4d55fd39356347a5e7a2bb37c9436d2555c.zip |
added geometry and positioning methods to `A` (#1110)
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 90bd0f5..20b163c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,6 +54,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: - added possibility to pass a transform object to `PointArray.transform()` similar to Point - added `with-last` as `when` to `animate` and `schedule` to let an animation start with the start of the last one in the timeline - added lots of tests in es6 format + - added geometry and positioning methods to `A` (#1110) ### Deleted - deleted undocumented `Matrix.compose()` method which did the same as `new Matrix()` or `Matrix.transform()` |