diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2016-05-05 15:38:21 +0200 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2016-05-05 15:38:21 +0200 |
commit | 9e14ae8476f0d363cc064ddbb3fa1a954aa309b8 (patch) | |
tree | edd029a7886d3ee9dbecbd88839d6e0f2d3efd63 /CHANGELOG.md | |
parent | 30df220d96e813e0dab08a08ebb00ba9cfa25352 (diff) | |
download | svg.js-9e14ae8476f0d363cc064ddbb3fa1a954aa309b8.tar.gz svg.js-9e14ae8476f0d363cc064ddbb3fa1a954aa309b8.zip |
fixed bug in `parse()` from `SVG.PathArray` which does not correctly handled `S` and `T` (#485)
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 c55a7ee..e576536 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ - added typings for svg.js (#470) - fixed bug in `add()` when altering svgs with whitespaces - fixed bug in `SVG.Doc().create` where size was set to 100% even if size was already specified +- fixed bug in `parse()` from `SVG.PathArray` which does not correctly handled `S` and `T` (#485) # 2.3.0 (30/03/2016) - added `SVG.Point` which serves as Wrapper to the native `SVGPoint` (#437) |