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 4750310..a8192b6 100644 --- a/src/textpath.js +++ b/src/textpath.js @@ -24,7 +24,7 @@ SVG.TextPath = SVG.invent({ this.node.appendChild(path.node) // link textPath to path and add content - path.attr('href', '#' + track, SVG.xlink) + path.attr('href', link('#' + track), SVG.xlink) return this } |