diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-11-08 13:58:52 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-11-08 13:58:52 +0100 |
commit | d3baefd3d4fac81ba27459197f289bff1a846046 (patch) | |
tree | b6f27cf6bc073f81782cf1105cfb7ef987c22b47 /CHANGELOG.md | |
parent | 15fd93ef07c1860fba7d7b285fe94dcb97c6f334 (diff) | |
download | svg.js-d3baefd3d4fac81ba27459197f289bff1a846046.tar.gz svg.js-d3baefd3d4fac81ba27459197f289bff1a846046.zip |
added `ax(), ay(), amove()` to change texts x and y values directly (#787)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e09b70..5d74509 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: - added `EventTarget` which is a baseclass to get event abilities (#641) - added `Dom` which is a baseclass to get dom abilities - added `round()` which lets you round attribues from a node +- added `ax(), ay(), amove()` to change texts x and y values directly (#787) ### Removed - removed `SVG.Array.split()` function |