aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/core/textable.js
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2018-11-08 10:05:28 +0100
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2018-11-08 10:05:28 +0100
commit4702522137dac17a6312c521f3c1974eb839c5eb (patch)
tree97c158c2c4e8005d3e56e037eab16dfffcf3da42 /src/modules/core/textable.js
parentdec70426b32ccf3979046e1637174b66bfdd1a8d (diff)
downloadsvg.js-4702522137dac17a6312c521f3c1974eb839c5eb.tar.gz
svg.js-4702522137dac17a6312c521f3c1974eb839c5eb.zip
added insertAfter/Before, introduce attrHooks, move few methods, SVG.Text.textPath returns first textPath child now
Diffstat (limited to 'src/modules/core/textable.js')
-rw-r--r--src/modules/core/textable.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/core/textable.js b/src/modules/core/textable.js
index c9a90db..139d056 100644
--- a/src/modules/core/textable.js
+++ b/src/modules/core/textable.js
@@ -11,7 +11,6 @@ export function plain (text) {
return this
}
-// FIXME: Does this also work for textpath?
// Get length of text element
export function length () {
return this.node.getComputedTextLength()