From f22fe6d271879e232508c1fed1f9c8fbec604ade Mon Sep 17 00:00:00 2001 From: wout Date: Tue, 4 Feb 2014 11:47:17 +0100 Subject: Removing old unbiassed flag on textPath path creation --- 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 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 -- cgit v1.2.3