diff options
author | wout <wout@impinc.co.uk> | 2014-06-19 11:04:15 +0200 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2014-06-19 11:04:15 +0200 |
commit | bb0e6be2da0cea98c5303871c0be055f5f70d7a9 (patch) | |
tree | b5bf0a0cf4627e95f753251c26b9ed40c3f0386e /CHANGELOG.md | |
parent | f47dddcb601cccbd374f100c4441d7d0c151a15b (diff) | |
download | svg.js-bb0e6be2da0cea98c5303871c0be055f5f70d7a9.tar.gz svg.js-bb0e6be2da0cea98c5303871c0be055f5f70d7a9.zip |
Fixing a bug in viewbox
Diffstat (limited to 'CHANGELOG.md')
-rwxr-xr-x | CHANGELOG.md | 3 |
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) |