summaryrefslogtreecommitdiffstats
path: root/src/svg.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/svg.js')
-rw-r--r--src/svg.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svg.js b/src/svg.js
index 1175a62..b94b08a 100644
--- a/src/svg.js
+++ b/src/svg.js
@@ -135,7 +135,7 @@ SVG.prepare = function() {
// Create parser object
SVG.parser = {
body: body || document.documentElement
- , draw: draw.style('opacity:0;position:fixed;left:100%;top:100%;overflow:hidden')
+ , draw: draw.style('opacity:0;position:absolute;left:-100%;top:-100%;overflow:hidden')
, poly: draw.polyline().node
, path: draw.path().node
, native: SVG.create('svg')