aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Collapse)AuthorAgeFilesLines
...
* make List return new lists on method calls, add map to array polyfill so ↵Ulrich-Matthias Schäfer2018-11-121-8/+9
| | | | that this works, fix runner
* evaluate window and document on access and not on importUlrich-Matthias Schäfer2018-11-124-17/+9
|
* make window and document exchangeable in case they are not globals alreay, ↵Ulrich-Matthias Schäfer2018-11-114-0/+13
| | | | make sure that init functions are chaninable
* `fill()` and `stroke()` return the fill and stroke attribute when called as ↵Ulrich-Matthias Schäfer2018-11-081-1/+1
| | | | getter (#789)
* added `ax(), ay(), amove()` to change texts x and y values directly (#787)Ulrich-Matthias Schäfer2018-11-081-0/+12
|
* size function of circle now only accepts one argument (#788)Ulrich-Matthias Schäfer2018-11-081-10/+0
|
* get rid of the fixmes and todosUlrich-Matthias Schäfer2018-11-085-10/+8
|
* added insertAfter/Before, introduce attrHooks, move few methods, ↵Ulrich-Matthias Schäfer2018-11-084-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äfer2018-11-071-1/+1
| | | | steps() to generate easing functions
* reordered modules, add es6 buildUlrich-Matthias Schäfer2018-11-0619-0/+1013