summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2014-07-11 23:36:17 +0200
committerwout <wout@impinc.co.uk>2014-07-11 23:36:17 +0200
commit462d2cd3738c904db0be7086878d1fcc17b79553 (patch)
treeafabf22b2f46e5432dc0d56219872f590eb19892 /CHANGELOG.md
parent7cc2d3635b8ed513e0f4e5be0a1823c1a6ad93dc (diff)
downloadsvg.js-462d2cd3738c904db0be7086878d1fcc17b79553.tar.gz
svg.js-462d2cd3738c904db0be7086878d1fcc17b79553.zip
Completely reworked transform system
Diffstat (limited to 'CHANGELOG.md')
-rwxr-xr-xCHANGELOG.md5
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)