diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2017-03-16 12:48:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-16 12:48:20 +0100 |
commit | 9bfcbc184ec99631ea7d2b912e79b1edde17a111 (patch) | |
tree | 46b78b65c8855046e471f6a5254da0b18df9c4f9 /bench/runner.html | |
parent | 3409a2150705f679238300c56c05ea144e9ad7bd (diff) | |
download | svg.js-9bfcbc184ec99631ea7d2b912e79b1edde17a111.tar.gz svg.js-9bfcbc184ec99631ea7d2b912e79b1edde17a111.zip |
unified all boxes (#634)
unified all boxes
- SVG.Box for everything
- bbox, rbox and viewbox as methods
- boxes can be created with string, array, object, list...
- added helper to simplify boxes code
Diffstat (limited to 'bench/runner.html')
-rw-r--r-- | bench/runner.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bench/runner.html b/bench/runner.html index 31b97c1..a0bc5d9 100644 --- a/bench/runner.html +++ b/bench/runner.html @@ -43,6 +43,7 @@ <script src="tests/10000-rects.js"></script> <script src="tests/10000-circles.js"></script> <script src="tests/10000-paths.js"></script> + <script src="tests/10000-boxes.js"></script> <script> SVG.bench.run() </script> |