diff options
Diffstat (limited to 'src/textpath.js')
-rw-r--r-- | src/textpath.js | 2 |
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 |