aboutsummaryrefslogtreecommitdiffstats
path: root/bench/svg.bench.js
diff options
context:
space:
mode:
Diffstat (limited to 'bench/svg.bench.js')
-rw-r--r--bench/svg.bench.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/svg.bench.js b/bench/svg.bench.js
index 49ff222..5b9541e 100644
--- a/bench/svg.bench.js
+++ b/bench/svg.bench.js
@@ -5,7 +5,7 @@
_chain: []
, _before: function() {}
, _after: function() {}
- , draw: SVG('draw')
+ , draw: SVG().addTo('#draw')
, snap: Snap(100, 100)
, raw: document.getElementById('native')