diff options
author | wout <wout@impinc.co.uk> | 2014-08-01 15:25:46 +0200 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2014-08-01 15:25:46 +0200 |
commit | f7418dc57b7eacea81ed42a796ec005d1d5bf203 (patch) | |
tree | 6fdc62a080ad68f23287c101d44eae00eae81dea | |
parent | 92fbfd5d58ddd1ed3d01ca645a90e50fa466d0c4 (diff) | |
download | svg.js-f7418dc57b7eacea81ed42a796ec005d1d5bf203.tar.gz svg.js-f7418dc57b7eacea81ed42a796ec005d1d5bf203.zip |
Updated CHANGELOG
-rwxr-xr-x | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2262582..c087882 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,7 +27,7 @@ - changed `lines` reference to `lines()` on `SVG.Text` -> __TODO!__ - changed `track` reference to `track()` on `SVG.Text` -> __TODO!__ - fixed a bug in clipping and masking where empty nodes persists after removal -> __TODO!__ -- added raw svg import functionality with the `svg()` method -> __TODO!__ +- added raw svg import functionality with the `svg()` method - reworked sup-pixel offset implementation to be more compact - added `native()` method to elements and matrix to get to the native api - added `untransform()` method to remove all transformations |