diff options
author | wout <wout@impinc.co.uk> | 2013-07-22 13:52:20 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2013-07-22 13:52:20 +0100 |
commit | 9773661d9321927b5b86feef007fabba68eccf32 (patch) | |
tree | a45461b0a574017f6b6933b1ae2a73233e711e8f /src/use.js | |
parent | f5c28a74a55501982d5c76d4155170f569937465 (diff) | |
download | svg.js-9773661d9321927b5b86feef007fabba68eccf32.tar.gz svg.js-9773661d9321927b5b86feef007fabba68eccf32.zip |
Namespace fixes and added textPath and bumped to v0.270.28
Diffstat (limited to 'src/use.js')
-rw-r--r-- | src/use.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ SVG.extend(SVG.Use, { this.target = element /* set lined element */ - return this.attr('xlink:href', '#' + element, SVG.xlink) + return this.attr('href', '#' + element, SVG.xlink) } }) |