Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor bugfix in bbox and performance changes3.0.7 | Ulrich-Matthias Schäfer | 2019-01-13 | 1 | -93/+92 |
| | |||||
* | Get rid of HTMLNode and Bare in favor of Dom | Ulrich-Matthias Schäfer | 2018-11-24 | 1 | -0/+21 |
| | | | | | - words() and element() added to Dom - svg() now returns the _parent_ of the imported element, when outerHTML is true (which means an element gets replaces) | ||||
* | fix a few mistakes. Make sugar work. Roll back to childNodes because ↵ | Ulrich-Matthias Schäfer | 2018-11-01 | 1 | -99/+92 |
| | | | | children is 10x slower | ||||
* | Optimized the matrix functions so that the transform function is a multitude ↵ | Ulrich-Matthias Schäfer | 2018-10-08 | 1 | -0/+32 |
| | | | | faster for parameterized input | ||||
* | Added some timeline and Morphing functions | Saivan | 2018-04-23 | 1 | -0/+35 |
| | |||||
* | add new default constructor (#714) | Ulrich-Matthias Schäfer | 2017-07-25 | 1 | -4/+4 |
| | |||||
* | Lots of breaking changes. Read below! (#646, #716) | Ulrich-Matthias Schäfer | 2017-07-25 | 2 | -0/+88 |
| | | | | | | | | | | - 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 | 5 | -10/+37 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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 | ||||
| * | bump 2.5.32.5.3 | Ulrich-Matthias Schäfer | 2017-04-17 | 4 | -10/+10 |
| | | |||||
| * | change benchmark svg.js identifier to 2.5.2 | dotnetCarpenter | 2017-04-11 | 4 | -10/+10 |
| | | |||||
| * | Updated CHANGELOG | wout | 2017-04-07 | 5 | -10/+37 |
| | | |||||
* | | unified all boxes (#634) | Ulrich-Matthias Schäfer | 2017-03-16 | 1 | -0/+55 |
|/ | | | | | | | | 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 | ||||
* | speed up path parsing for most cases | Ulrich-Matthias Schäfer | 2017-03-06 | 1 | -0/+22 |
| | | | | added test, added pathArray speed bench | ||||
* | Added gradient tests | wout | 2017-02-22 | 1 | -1/+59 |
| | |||||
* | Added paths to bench | wout | 2017-02-21 | 1 | -0/+19 |
| | |||||
* | Updated bench | wout | 2017-02-21 | 2 | -11/+11 |
| | |||||
* | Updated benchmarking system | wout | 2016-08-06 | 2 | -17/+56 |
| | |||||
* | Added Snap.svg to benchmarking system | wout | 2016-08-04 | 1 | -6/+15 |
| | |||||
* | Added native testcases for benchmarking system | wout | 2016-08-04 | 1 | -6/+38 |
| | |||||
* | Added benchmark script | wout | 2016-08-04 | 1 | -0/+18 |