Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added exports from window.js | Pedro José Batista | 2020-06-02 | 1 | -1/+7 |
| | |||||
* | added test for Gradient | Ulrich-Matthias Schäfer | 2020-04-09 | 1 | -0/+1 |
| | |||||
* | added tests for Circle | Ulrich-Matthias Schäfer | 2020-04-08 | 1 | -3/+2 |
| | |||||
* | added Fragment, completed Dom Tests, fixed `matches()` for document fragments | Ulrich-Matthias Schäfer | 2020-04-08 | 1 | -2/+3 |
| | |||||
* | added foreignObject to the core | Ulrich-Matthias Schäfer | 2019-02-18 | 1 | -0/+1 |
| | |||||
* | Fix build chain so that we now have multiple builds. Details below: | Ulrich-Matthias Schäfer | 2018-11-28 | 1 | -0/+1 |
| | | | | | | | | | | | - svg.js: The esm bundle - svg.min.js: The bundle for all browsers for maximum support - svg.node.js: The bundle for node - polyfill.js: Using svg.min.js requires this polyfill in case the Browser does not understand all of ./config/polyfillList.js - polyfillIE.js: This is required when you use IE11 (polyfill.js still required) Please note, that not all test pass for IE11 due to its rounding issues and wrong calculation of bbox. Also note, that `defaultPrevented` is not working for CustomEvents in IE11. | ||||
* | Moved utils, namespaces, regex... to a subobject of SVG. Renamed SVGArray ↵ | Ulrich-Matthias Schäfer | 2018-11-24 | 1 | -6/+8 |
| | | | | and SVGNumber on export to Array and Number | ||||
* | Get rid of HTMLNode and Bare in favor of Dom | Ulrich-Matthias Schäfer | 2018-11-24 | 1 | -3/+1 |
| | | | | | - 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) | ||||
* | renamed `Doc` to `Svg` according to (#932) | Ulrich-Matthias Schäfer | 2018-11-19 | 1 | -3/+3 |
| | |||||
* | make List return new lists on method calls, add map to array polyfill so ↵ | Ulrich-Matthias Schäfer | 2018-11-12 | 1 | -1/+4 |
| | | | | that this works, fix runner | ||||
* | adds `List` which does bring back `SVG.Set` in an elegant way (#645) | Ulrich-Matthias Schäfer | 2018-11-12 | 1 | -8/+12 |
| | |||||
* | make window and document exchangeable in case they are not globals alreay, ↵ | Ulrich-Matthias Schäfer | 2018-11-11 | 1 | -0/+1 |
| | | | | make sure that init functions are chaninable | ||||
* | add styletags | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -0/+1 |
| | |||||
* | reordered modules, add es6 build | Ulrich-Matthias Schäfer | 2018-11-06 | 1 | -0/+163 |