diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2016-05-16 17:00:02 +0200 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2016-05-16 17:00:02 +0200 |
commit | 0a0a57218bf2b37a483179530f1544370569d12d (patch) | |
tree | 543651e9da9721d4b45dd269f6fe13d785a436d3 /CHANGELOG.md | |
parent | 3eb32097418087946c9340c82b0b6d4c5263967e (diff) | |
download | svg.js-0a0a57218bf2b37a483179530f1544370569d12d.tar.gz svg.js-0a0a57218bf2b37a483179530f1544370569d12d.zip |
fixed line constructor which doesn't work with Array as input (#487)
added spec for mentioned issue
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b4dc8e..4377aae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ - added specs for `SVG.ViewBox` - fixed bbox when element is not in the dom (#480) - added `parent` parameter for `clone()` +- fixed line constructor which doesn't work with Array as input (#487) +- added spec for mentioned issue # 2.3.1 (05/05/2016) - fixed `SVG.morph()` (#473) |