summaryrefslogtreecommitdiffstats
path: root/src/textpath.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/textpath.js')
-rwxr-xr-xsrc/textpath.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/textpath.js b/src/textpath.js
index 9f7b088..0ee9d77 100755
--- a/src/textpath.js
+++ b/src/textpath.js
@@ -23,7 +23,7 @@ SVG.TextPath = SVG.invent({
this.node.appendChild(this.textPath.node)
/* create path in defs */
- this.track = this.doc().defs().path(d, true)
+ this.track = this.doc().defs().path(d)
/* create circular reference */
this.textPath.parent = this