aboutsummaryrefslogtreecommitdiffstats
path: root/bench/svg.bench.js
Commit message (Collapse)AuthorAgeFilesLines
* Made developing a little more enjoyableSaivan2018-02-271-34/+33
| | | | | | | This commit adds playgrounds and a build:dev mode. Now you can call npm run build:dev to make the linter warn you about errors without breaking. Also, we now have playgrounds, where you can use a built version of svg.js to run your own tests.
* Lots of breaking changes. Read below! (#646, #716)Ulrich-Matthias Schäfer2017-07-251-1/+1
| | | | | | | | | | - 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
* Added gradient testswout2017-02-221-1/+1
|
* Updated benchwout2017-02-211-1/+1
|
* Updated benchmarking systemwout2016-08-061-31/+32
|
* Added Snap.svg to benchmarking systemwout2016-08-041-1/+3
|
* Added bench stylingwout2016-08-041-1/+1
|
* Added native testcases for benchmarking systemwout2016-08-041-1/+12
|
* Fixed typo in benchmark scriptwout2016-08-041-1/+1
|
* Added benchmark scriptwout2016-08-041-0/+76