summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2018-11-08 13:58:52 +0100
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2018-11-08 13:58:52 +0100
commitd3baefd3d4fac81ba27459197f289bff1a846046 (patch)
treeb6f27cf6bc073f81782cf1105cfb7ef987c22b47 /CHANGELOG.md
parent15fd93ef07c1860fba7d7b285fe94dcb97c6f334 (diff)
downloadsvg.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.md1
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