diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2016-03-23 22:50:58 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2016-03-23 22:50:58 +0100 |
commit | 41e6dce08645309434a81871908899b8c3b9dff8 (patch) | |
tree | 793b01f8646296d0e40fe95fc16f9bbec93e763f /src/textpath.js | |
parent | 8205de6087bd6fe48706f598c49a111f52740c97 (diff) | |
download | svg.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.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 |