Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | make List return new lists on method calls, add map to array polyfill so ↵ | Ulrich-Matthias Schäfer | 2018-11-12 | 1 | -8/+9 | |
| | | | | that this works, fix runner | |||||
* | evaluate window and document on access and not on import | Ulrich-Matthias Schäfer | 2018-11-12 | 4 | -17/+9 | |
| | ||||||
* | make window and document exchangeable in case they are not globals alreay, ↵ | Ulrich-Matthias Schäfer | 2018-11-11 | 4 | -0/+13 | |
| | | | | make sure that init functions are chaninable | |||||
* | `fill()` and `stroke()` return the fill and stroke attribute when called as ↵ | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -1/+1 | |
| | | | | getter (#789) | |||||
* | added `ax(), ay(), amove()` to change texts x and y values directly (#787) | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -0/+12 | |
| | ||||||
* | size function of circle now only accepts one argument (#788) | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -10/+0 | |
| | ||||||
* | get rid of the fixmes and todos | Ulrich-Matthias Schäfer | 2018-11-08 | 5 | -10/+8 | |
| | ||||||
* | added insertAfter/Before, introduce attrHooks, move few methods, ↵ | Ulrich-Matthias Schäfer | 2018-11-08 | 4 | -16/+61 | |
| | | | | SVG.Text.textPath returns first textPath child now | |||||
* | clone() does not insert the clone into the dom anymore, added beziere() and ↵ | Ulrich-Matthias Schäfer | 2018-11-07 | 1 | -1/+1 | |
| | | | | steps() to generate easing functions | |||||
* | reordered modules, add es6 build | Ulrich-Matthias Schäfer | 2018-11-06 | 19 | -0/+1013 | |