aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2014-08-29 12:59:15 +0200
committerwout <wout@impinc.co.uk>2014-08-29 12:59:15 +0200
commit6c1820b4c5790be1b0872a49a50d10d97a243292 (patch)
tree86d50a99e580556db41d993a644337f8bbfe3688
parent6011ff5fbb08611adca41a4866027d5c3efebfaa (diff)
downloadsvg.js-6c1820b4c5790be1b0872a49a50d10d97a243292.tar.gz
svg.js-6c1820b4c5790be1b0872a49a50d10d97a243292.zip
Updated CHANGELOG
-rwxr-xr-xCHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e0adfe7..1dd80e7 100755
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,7 @@
- fixed a bug in clipping and masking where empty nodes persists after removal -> __TODO!__
- fixed a bug where events are not detached properly -> __TODO!__
- fixed a bug in IE11 with `mouseenter` and `mouseleave` -> __TODO!__
+- added `precision()` method to round numeric element attributes -> __TODO!__
# 1.0.0-rc.10 (31/08/2014)
@@ -53,6 +54,7 @@
- reworked `SVG.Number` to return new instances with calculations rather than itself
- added `w` and `h` properties as shorthand for `width` and `height` to `SVG.BBox`
- added `SVG.TBox` to get a bounding box that is affected by transformation values
+- reworked animatable matrix rotations -> __TODO!__
# 1.0.0-rc.9 (17/06/2014)