diff options
author | wout <wout@impinc.co.uk> | 2016-08-04 21:19:53 +0200 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2016-08-04 21:19:53 +0200 |
commit | 0e23fcd9ef56f369763505dbb22c3f5ab23a0b17 (patch) | |
tree | f1a86a9a4d3cfdcee3b64b135118a5e9a2ed39fd /bench/runner.html | |
parent | 16575bdca041c6f04042058d05b4867f882b65bd (diff) | |
download | svg.js-0e23fcd9ef56f369763505dbb22c3f5ab23a0b17.tar.gz svg.js-0e23fcd9ef56f369763505dbb22c3f5ab23a0b17.zip |
Added Snap.svg to benchmarking system
Diffstat (limited to 'bench/runner.html')
-rw-r--r-- | bench/runner.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bench/runner.html b/bench/runner.html index 0e005f1..c24cc8b 100644 --- a/bench/runner.html +++ b/bench/runner.html @@ -26,8 +26,9 @@ </head> <body> <div id="draw"></div> - <svg id="native" width="100" height="1000" xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs"></svg> + <svg id="native" width="100" height="100" xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.com/svgjs"></svg> <script src="../dist/svg.js"></script> + <script src="https://cdnjs.cloudflare.com/ajax/libs/snap.svg/0.4.1/snap.svg.js"></script> <script src="svg.bench.js"></script> <script src="tests/element-creation.js"></script> <script> |