Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update dependencies | Ulrich-Matthias Schäfer | 2024-06-18 | 1 | -1/+1 |
| | |||||
* | dependency updates, easier formatting | Ulrich-Matthias Schäfer | 2023-06-13 | 1 | -47/+55 |
| | |||||
* | fix: change domain name to svgjs.dev | Wout | 2021-06-09 | 1 | -1/+1 |
| | |||||
* | fix a few mistakes. Make sugar work. Roll back to childNodes because ↵ | Ulrich-Matthias Schäfer | 2018-11-01 | 1 | -11/+4 |
| | | | | children is 10x slower | ||||
* | Optimized the matrix functions so that the transform function is a multitude ↵ | Ulrich-Matthias Schäfer | 2018-10-08 | 1 | -2/+10 |
| | | | | faster for parameterized input | ||||
* | Added some timeline and Morphing functions | Saivan | 2018-04-23 | 1 | -3/+4 |
| | |||||
* | add new default constructor (#714) | Ulrich-Matthias Schäfer | 2017-07-25 | 1 | -2/+2 |
| | |||||
* | Lots of breaking changes. Read below! (#646, #716) | Ulrich-Matthias Schäfer | 2017-07-25 | 1 | -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.0 | Ulrich-Matthias Schäfer | 2017-04-22 | 1 | -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 CHANGELOG | wout | 2017-04-07 | 1 | -0/+1 |
| | | |||||
* | | unified all boxes (#634) | Ulrich-Matthias Schäfer | 2017-03-16 | 1 | -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 bench | wout | 2017-02-21 | 1 | -1/+3 |
| | |||||
* | Updated bench | wout | 2017-02-21 | 1 | -1/+1 |
| | |||||
* | Updated benchmarking system | wout | 2016-08-06 | 1 | -1/+11 |
| | |||||
* | Added Snap.svg to benchmarking system | wout | 2016-08-04 | 1 | -1/+2 |
| | |||||
* | Added bench styling | wout | 2016-08-04 | 1 | -1/+9 |
| | |||||
* | Added native testcases for benchmarking system | wout | 2016-08-04 | 1 | -1/+4 |
| | |||||
* | Added benchmark script | wout | 2016-08-04 | 1 | -0/+26 |