diff options
author | wout <wout@impinc.co.uk> | 2014-02-04 10:36:28 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2014-02-04 10:36:28 +0100 |
commit | ef026b37848e7a0379649fcec8a5bca66ec657fe (patch) | |
tree | c514ed313f85cee7f372308c9c208682a2025ace /CHANGELOG.md | |
parent | ce16057a3e65e5e5040e2e8c6ffb697a6ec2cc9c (diff) | |
download | svg.js-ef026b37848e7a0379649fcec8a5bca66ec657fe.tar.gz svg.js-ef026b37848e7a0379649fcec8a5bca66ec657fe.zip |
fix for arcs in patharray toString() method
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 f058f68..d939d4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - added the `SVG.invent` function to ease invention of new elements - using `SVG.invent` to generate core shapes as well for leaner code - added second values for `animate('2s')` +- fix for arcs in patharray `toString()` method # v1.0rc2 (01/02/2014) |