diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-11-08 12:34:31 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-11-08 12:34:31 +0100 |
commit | 6cafed8db9588c0b6b3b367aa822d9a0547e8e27 (patch) | |
tree | fed3675f7eb12ea39fd01e31942708a0f3f12554 /CHANGELOG.md | |
parent | 6cebf3bf0e5d3cade7b0a7dc9c8feb191b2eb91f (diff) | |
download | svg.js-6cafed8db9588c0b6b3b367aa822d9a0547e8e27.tar.gz svg.js-6cafed8db9588c0b6b3b367aa822d9a0547e8e27.zip |
add test for array getter of attr
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 695052f..7e4a8cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -77,6 +77,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: - `ungroup()` now breaks off one container and not more - `clone()` does not add the clone to the dom anymore - `SVG.Text.textPath()` returns only the first textpath child +- `attr()` excepts array now to get multiple values at once ### Fixed - fixed a bug in clipping and masking where empty nodes persists after removal -> __TODO!__ |