summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2014-07-12 21:18:26 +0200
committerwout <wout@impinc.co.uk>2014-07-12 21:18:26 +0200
commit40bf2f8ecda3f426e7f13e1d891ab1ab6e004116 (patch)
treeb3d339c104c2c0e829fd5e607428a9e077619e12 /CHANGELOG.md
parent03f358a4d85a292c16774ba64836e0b2937df2fe (diff)
downloadsvg.js-40bf2f8ecda3f426e7f13e1d891ab1ab6e004116.tar.gz
svg.js-40bf2f8ecda3f426e7f13e1d891ab1ab6e004116.zip
Added support for scale center on matrices
Diffstat (limited to 'CHANGELOG.md')
-rwxr-xr-xCHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6558f64..8dd4119 100755
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,8 @@
- 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!__
+- added `morph()` method to `SVG.Matrix` -> __TODO!__
+- added support for new matrix system to `SVG.FX` -> __TODO!__
- completely reworked transformations to be chainable and more true to their nature
- changed `lines` reference to `lines()` on `SVG.Text` -> __TODO!__
- changed `track` reference to `track()` on `SVG.Text` -> __TODO!__
@@ -25,7 +27,7 @@
- added raw svg import functionality with the `svg()` method -> __TODO!__
- moved sup-pixel offset fix to a separate plugin -> __TODO!__
- added `SVG.Title` and `SVG.Desc` -> __TODO!__
-- added `native()` method to elements and matrix to get to the native api -> __TODO!__
+- added `native()` method to elements and matrix to get to the native api
- added `untransform()` method to remove all transformations -> __TODO!__
- fixed a bug in IE11 with `mouseenter` and `mouseleave` -> __TODO!__