diff options
author | wout <wout@impinc.co.uk> | 2012-12-23 12:31:19 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2012-12-23 12:31:19 +0100 |
commit | 9231e02fe876e3faa9c13a879223426284a7a921 (patch) | |
tree | b44425f4935da436640e9234cbb351dbe322d65a /src/doc.js | |
parent | 1ae730fec364f70d4541f38930929607dc2a31ac (diff) | |
download | svg.js-9231e02fe876e3faa9c13a879223426284a7a921.tar.gz svg.js-9231e02fe876e3faa9c13a879223426284a7a921.zip |
Fine-tuned safari bug fix
Diffstat (limited to 'src/doc.js')
-rw-r--r-- | src/doc.js | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -8,9 +8,8 @@ SVG.Doc = function Doc(e) { // set this. - attr({ xmlns: SVG.ns, version: '1.1', style: 'position:relative;' }). + attr({ xmlns: SVG.ns, version: '1.1' }). attr('xlink', SVG.xlink, SVG.ns). - size(e.offsetWidth, e.offsetHeight). defs(); e.appendChild(this.node); |