From 41e6dce08645309434a81871908899b8c3b9dff8 Mon Sep 17 00:00:00 2001 From: Ulrich-Matthias Schäfer Date: Wed, 23 Mar 2016 22:50:58 +0100 Subject: fix lines function for textpath and make textpath a parent element --- src/textpath.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/textpath.js') 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 -- cgit v1.2.3