summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2018-11-08 13:53:14 +0100
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2018-11-08 13:53:14 +0100
commit15fd93ef07c1860fba7d7b285fe94dcb97c6f334 (patch)
treee1c0e3c46425bf22ac8bf49a48ea3cedce0dffe1 /CHANGELOG.md
parentae04f7599c822dec52af60c51aeb2ab135818c5d (diff)
downloadsvg.js-15fd93ef07c1860fba7d7b285fe94dcb97c6f334.tar.gz
svg.js-15fd93ef07c1860fba7d7b285fe94dcb97c6f334.zip
`SVG.Text.rebuild()` now takes every font-size into account (#512)
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 8fb06b0..8e09b70 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -79,6 +79,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http:
- `clone()` does not add the clone to the dom anymore
- `SVG.Text.textPath()` returns only the first textpath child
- `attr()` excepts array now to get multiple values at once
+- `SVG.Text.rebuild()` now takes every font-size into account (#512)
### Fixed
- fixed a bug in clipping and masking where empty nodes persists after removal -> __TODO!__