aboutsummaryrefslogtreecommitdiffstats
path: root/src/doc.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc.js')
-rw-r--r--src/doc.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/doc.js b/src/doc.js
index 0322e86..0669c52 100644
--- a/src/doc.js
+++ b/src/doc.js
@@ -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);