aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.js
Commit message (Collapse)AuthorAgeFilesLines
* Added exports from window.jsPedro José Batista2020-06-021-1/+7
|
* added test for GradientUlrich-Matthias Schäfer2020-04-091-0/+1
|
* added tests for CircleUlrich-Matthias Schäfer2020-04-081-3/+2
|
* added Fragment, completed Dom Tests, fixed `matches()` for document fragmentsUlrich-Matthias Schäfer2020-04-081-2/+3
|
* added foreignObject to the coreUlrich-Matthias Schäfer2019-02-181-0/+1
|
* Fix build chain so that we now have multiple builds. Details below:Ulrich-Matthias Schäfer2018-11-281-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äfer2018-11-241-6/+8
| | | | and SVGNumber on export to Array and Number
* Get rid of HTMLNode and Bare in favor of DomUlrich-Matthias Schäfer2018-11-241-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äfer2018-11-191-3/+3
|
* make List return new lists on method calls, add map to array polyfill so ↵Ulrich-Matthias Schäfer2018-11-121-1/+4
| | | | that this works, fix runner
* adds `List` which does bring back `SVG.Set` in an elegant way (#645)Ulrich-Matthias Schäfer2018-11-121-8/+12
|
* make window and document exchangeable in case they are not globals alreay, ↵Ulrich-Matthias Schäfer2018-11-111-0/+1
| | | | make sure that init functions are chaninable
* add styletagsUlrich-Matthias Schäfer2018-11-081-0/+1
|
* reordered modules, add es6 buildUlrich-Matthias Schäfer2018-11-061-0/+163