diff options
Diffstat (limited to 'CHANGELOG.md')
-rwxr-xr-x | CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e9c9e8e..2e91b8b 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,11 +13,16 @@ - completely reworked `clone()` method to use the adoption system - added support to clone manually built text elements - added `svg.wiml.js` plugin to plugins list +- added `ctm()` method to for matrix-centric transformations -> __TODO!__ - completely reworked transformations to be chainable and more true to their nature -> __TODO!__ - 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!__ +- moved sup-pixel offset fix to a separate plugin -> __TODO!__ +- added `SVG.Title` -> __TODO!__ +- added `native()` method to elements and matrix to get to the native api -> __TODO!__ +- added `untransform()` method to remove all transformations -> __TODO!__ # 1.0.0-rc.9 (17/06/2014) |