diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2017-02-25 15:07:42 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2017-02-25 15:07:42 +0100 |
commit | 6d2c2bdc36a3b78012da55add9d9bf519ed3509f (patch) | |
tree | 4dba49b90fce8f601abe16eb3a3ba79bd4d7a559 | |
parent | dd0f06f9a15e991021c1e8cbd007e3b8b67ddcde (diff) | |
download | svg.js-6d2c2bdc36a3b78012da55add9d9bf519ed3509f.tar.gz svg.js-6d2c2bdc36a3b78012da55add9d9bf519ed3509f.zip |
update changelog
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 25b828f..0dbcbab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,6 +46,8 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: ### 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 ==== |