summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2014-06-19 11:04:15 +0200
committerwout <wout@impinc.co.uk>2014-06-19 11:04:15 +0200
commitbb0e6be2da0cea98c5303871c0be055f5f70d7a9 (patch)
treeb5bf0a0cf4627e95f753251c26b9ed40c3f0386e /CHANGELOG.md
parentf47dddcb601cccbd374f100c4441d7d0c151a15b (diff)
downloadsvg.js-bb0e6be2da0cea98c5303871c0be055f5f70d7a9.tar.gz
svg.js-bb0e6be2da0cea98c5303871c0be055f5f70d7a9.zip
Fixing a bug in viewbox
Diffstat (limited to 'CHANGELOG.md')
-rwxr-xr-xCHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dcf0b11..dba814e 100755
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@
- rework transformation to be chainable and more true to native SVG -> __TODO!__
- implement an SVG adoption system to be able to manipulate existing SVG's not created with svg.js -> __TODO!__
- fixed a bug in clipping and masking where empty nodes persists after removal -> __TODO!__
-- fixed infinite loop in viewbox when element has a percentage width / height [thanks @shabegger] -> __TO MERGE!__
+- added support to clone manually built text elements -> __TODO!__
# 1.0.0-rc.9 (17/06/2014)
@@ -14,6 +14,7 @@
- added `length()` method to `SVG.Text` and `SVG.TSpan` to calculate total text length
- `SVG.get()` will now also fetch elements with a `xlink:href="#elementId"` or `url(#elementId)` value given
- added `reference()` method to get referenced elements from a given attribute value
+- fixed infinite loop in viewbox when element has a percentage width / height [thanks @shabegger]
# 1.0.0-rc.8 (12/06/2014)