diff options
author | wout <wout@impinc.co.uk> | 2014-08-25 10:33:35 +0200 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2014-08-25 10:33:35 +0200 |
commit | 7b8e6f1d5afe2472cd1245f9bb73b6d59238e541 (patch) | |
tree | 51f85409971875f642315b8cd3b67d8bbf0cc504 /CHANGELOG.md | |
parent | 7c195432d30bf2c179d2f5c2682b85d76ef9458b (diff) | |
download | svg.js-7b8e6f1d5afe2472cd1245f9bb73b6d59238e541.tar.gz svg.js-7b8e6f1d5afe2472cd1245f9bb73b6d59238e541.zip |
Removed internal references from SVG.Text
Diffstat (limited to 'CHANGELOG.md')
-rwxr-xr-x | CHANGELOG.md | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d527177..d86cec6 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 1.0.0 (02/09/2014) +# 1.0.0-rc.12 (?/09/2014) - added `morph()` method to `SVG.PathArray` -> __TODO!__ - added `rotate()` method to linear gradients -> __TODO!__ @@ -8,7 +8,11 @@ - added `enqueue()` method to `SVG.FX` -> __TODO!__ - added `ungroup()` method -> __TODO!__ [thanks to Peter Uithoven] -# 1.0.0-rc.10 (11/08/2014) +# 1.0.0-rc.11 (?/09/2014) + + + +# 1.0.0-rc.10 (?/09/2014) - implemented an SVG adoption system to be able to manipulate existing SVG's not created with svg.js - changed `parent` reference on elements to `parent()` method @@ -27,8 +31,9 @@ - added `morph()` method to `SVG.Matrix` - added support for new matrix system to `SVG.FX` - 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!__ +- changed `lines` reference to `lines()` on `SVG.Text` +- changed `track` reference to `track()` on `SVG.Text` +- changed `textPath` reference to `textPath()` on `SVG.Text` - fixed a bug in clipping and masking where empty nodes persists after removal -> __TODO!__ - added raw svg import functionality with the `svg()` method - reworked sup-pixel offset implementation to be more compact |