diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-03-03 12:00:22 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-03-03 12:00:22 +0100 |
commit | 31e94c28d85f676a0f4ec073a06435bc86b1dc73 (patch) | |
tree | 0b8075688109a4845ef13a2b783fb905a1f2661e /CHANGELOG.md | |
parent | 0b2cb052313e26c5626cdba3e58dea915f0aa444 (diff) | |
download | svg.js-31e94c28d85f676a0f4ec073a06435bc86b1dc73.tar.gz svg.js-31e94c28d85f676a0f4ec073a06435bc86b1dc73.zip |
removed `size()` from `SVG.Text` to avoid name clash
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e6a8a71..ecdc100 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,8 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: - removed `loaded()` and `error()` method on `SVG.Image` (#706) - removed sub-pixel offset fix - removed `SVG.Nested` (#809) +- removed `show()` from `SVG.A` to avoid name clash (#802) +- removed `size()` from `SVG.Text` to avoid name clash (#799) ### Changed - gradients now have there corresponding node as type and not only radial/linear |