Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Made developing a little more enjoyable | Saivan | 2018-02-27 | 1 | -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äfer | 2017-07-25 | 1 | -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 tests | wout | 2017-02-22 | 1 | -1/+1 |
| | |||||
* | Updated bench | wout | 2017-02-21 | 1 | -1/+1 |
| | |||||
* | Updated benchmarking system | wout | 2016-08-06 | 1 | -31/+32 |
| | |||||
* | Added Snap.svg to benchmarking system | wout | 2016-08-04 | 1 | -1/+3 |
| | |||||
* | Added bench styling | wout | 2016-08-04 | 1 | -1/+1 |
| | |||||
* | Added native testcases for benchmarking system | wout | 2016-08-04 | 1 | -1/+12 |
| | |||||
* | Fixed typo in benchmark script | wout | 2016-08-04 | 1 | -1/+1 |
| | |||||
* | Added benchmark script | wout | 2016-08-04 | 1 | -0/+76 |