summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2014-07-31 20:31:07 +0200
committerwout <wout@impinc.co.uk>2014-07-31 20:31:07 +0200
commit98b3ec9d79ef31d59dc865fbc15919b44c69b576 (patch)
treee1bf9c0c6293a5122f5da9443dec7ee82ed7c4d0 /CHANGELOG.md
parentb2ab34637b96f7bab941390f71b7aafd46ec5565 (diff)
downloadsvg.js-98b3ec9d79ef31d59dc865fbc15919b44c69b576.tar.gz
svg.js-98b3ec9d79ef31d59dc865fbc15919b44c69b576.zip
Reworked sub-pixel offset fix
Diffstat (limited to 'CHANGELOG.md')
-rwxr-xr-xCHANGELOG.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8b4f8b9..2262582 100755
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -28,7 +28,7 @@
- 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!__
+- 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
- fixed a bug in IE11 with `mouseenter` and `mouseleave` -> __TODO!__
@@ -37,6 +37,9 @@
- changed `to()` method to `at()` method in `SVG.FX`
- added reverse functionality for animations
- documented the `situation` object in `SVG.FX`
+- renamed `SVG.SetFX` to `SVG.FX.Set`
+- added distinction between relative and absolute matrix transformations -> __TODO!__
+- added specs for `SVG.FX` -> __TODO!__
# 1.0.0-rc.9 (17/06/2014)