diff options
author | wout <wout@impinc.co.uk> | 2014-01-29 21:20:58 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2014-01-29 21:20:58 +0100 |
commit | 5b6736666dd85f8a063b87e6c6483ea47be4391c (patch) | |
tree | 139b35c98807ac36cad095af13ef45495958b78f /src/doc.js | |
parent | 9688054367938f1e9240c2d8572e94bb0149bc77 (diff) | |
download | svg.js-5b6736666dd85f8a063b87e6c6483ea47be4391c.tar.gz svg.js-5b6736666dd85f8a063b87e6c6483ea47be4391c.zip |
Added SVG.PathArray, updated data() and bumped to v1.0rc1
Diffstat (limited to 'src/doc.js')
-rwxr-xr-x | src/doc.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ SVG.Doc = function(element) { /* set svg element attributes */ this .attr({ xmlns: SVG.ns, version: '1.1', width: '100%', height: '100%' }) - .attr('xlink', SVG.xlink, SVG.ns) + .attr('xmlns:xlink', SVG.xlink, SVG.xmlns) /* create the <defs> node */ this._defs = new SVG.Defs |