aboutsummaryrefslogtreecommitdiffstats
path: root/src/textpath.js
diff options
context:
space:
mode:
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