aboutsummaryrefslogtreecommitdiffstats
path: root/bench/runner.html
Commit message (Collapse)AuthorAgeFilesLines
* update dependenciesUlrich-Matthias Schäfer2024-06-181-1/+1
|
* dependency updates, easier formattingUlrich-Matthias Schäfer2023-06-131-47/+55
|
* fix: change domain name to svgjs.devWout2021-06-091-1/+1
|
* fix a few mistakes. Make sugar work. Roll back to childNodes because ↵Ulrich-Matthias Schäfer2018-11-011-11/+4
| | | | children is 10x slower
* Optimized the matrix functions so that the transform function is a multitude ↵Ulrich-Matthias Schäfer2018-10-081-2/+10
| | | | faster for parameterized input
* Added some timeline and Morphing functionsSaivan2018-04-231-3/+4
|
* add new default constructor (#714)Ulrich-Matthias Schäfer2017-07-251-2/+2
|
* Lots of breaking changes. Read below! (#646, #716)Ulrich-Matthias Schäfer2017-07-251-2/+3
| | | | | | | | | | - added `SVG.HTMLNode` which is the object wrapped around html nodes to put something in them - moved `defs()` method from `SVG.Parent` to `SVG.Element` - `SVG()` can be called with css selector, node or svg string, now. Without an argument it creates a new `SVG.Doc()` (#646) - `add()`, `put()`, `addTo()`, `putIn()` now excepts all arguments accepted by `SVG()` - `SVG.Nested` is not `overflow:visible` by default - all `SVG.*` objects now can have a node as parameter when constructing - `SVG()` does not set a default size anymore
* Merge branch 'master' into 3.0.0Ulrich-Matthias Schäfer2017-04-221-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts - all resolved: # dist/svg.js # dist/svg.min.js # package.json # spec/SpecRunner.html # spec/spec/boxes.js # spec/spec/element.js # spec/spec/image.js # spec/spec/svg.js # src/boxes.js # src/flatten.js # src/image.js # src/polyfill.js # src/style.js # src/svg.js
| * Updated CHANGELOGwout2017-04-071-0/+1
| |
* | unified all boxes (#634)Ulrich-Matthias Schäfer2017-03-161-0/+1
|/ | | | | | | | 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
* Added paths to benchwout2017-02-211-1/+3
|
* Updated benchwout2017-02-211-1/+1
|
* Updated benchmarking systemwout2016-08-061-1/+11
|
* Added Snap.svg to benchmarking systemwout2016-08-041-1/+2
|
* Added bench stylingwout2016-08-041-1/+9
|
* Added native testcases for benchmarking systemwout2016-08-041-1/+4
|
* Added benchmark scriptwout2016-08-041-0/+26