summaryrefslogtreecommitdiffstats
path: root/src/textpath.js
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2016-03-23 22:50:58 +0100
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2016-03-23 22:50:58 +0100
commit41e6dce08645309434a81871908899b8c3b9dff8 (patch)
tree793b01f8646296d0e40fe95fc16f9bbec93e763f /src/textpath.js
parent8205de6087bd6fe48706f598c49a111f52740c97 (diff)
downloadsvg.js-41e6dce08645309434a81871908899b8c3b9dff8.tar.gz
svg.js-41e6dce08645309434a81871908899b8c3b9dff8.zip
fix lines function for textpath and make textpath a parent element
Diffstat (limited to 'src/textpath.js')
-rw-r--r--src/textpath.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/textpath.js b/src/textpath.js
index 03dfbee..f091de9 100644
--- a/src/textpath.js
+++ b/src/textpath.js
@@ -3,7 +3,7 @@ SVG.TextPath = SVG.invent({
create: 'textPath'
// Inherit from
-, inherit: SVG.Element
+, inherit: SVG.Parent
// Define parent class
, parent: SVG.Text