aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2018-05-26 21:17:52 +0200
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2018-05-26 21:17:52 +0200
commit91785e4c1921c3f8a0aa2c799b214245bb8755f4 (patch)
tree655a825c6afc3490b098d613bdeedf87d82df66b /CHANGELOG.md
parent7990dc47fda4f3b850c18318775ab108c2aff8f5 (diff)
downloadsvg.js-91785e4c1921c3f8a0aa2c799b214245bb8755f4.tar.gz
svg.js-91785e4c1921c3f8a0aa2c799b214245bb8755f4.zip
fixed `SVG.Text.y()` which didnt work correctly with `SVG.Number` (#778)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c208d30..143a92f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -33,6 +33,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http:
### Fixed
- fixed `element.parent()` which sometimes failed when used on detached documents (#759)
+- fixed `SVG.Text.y()` which didnt work correctly with `SVG.Number` (#778)
- fixed `SVG.Doc.clone()` which throwed an error (#782)
- fixed `SVG.Mask.clone()` which throwed an error (#782)
- fixed `SVG.PointArray` having a reference to outside array in some cases (#803)