Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | evaluate window and document on access and not on import | Ulrich-Matthias Schäfer | 2018-11-12 | 1 | -4/+2 |
| | |||||
* | make window and document exchangeable in case they are not globals alreay, ↵ | Ulrich-Matthias Schäfer | 2018-11-11 | 1 | -0/+3 |
| | | | | make sure that init functions are chaninable | ||||
* | added possibility to pass in additional attribues to element creators (#796) | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -5/+11 |
| | | | | | | e.g. - `canvas.rect({x:100})` or - `canvas.rect(100, 100, {x:100})` | ||||
* | added possibility to pass attribues into a constructor like: `new ↵ | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -1/+1 |
| | | | | SVG.Rect({width:100})` | ||||
* | `SVG.Text.rebuild()` now takes every font-size into account (#512) | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -1/+5 |
| | |||||
* | get rid of the fixmes and todos | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -1/+0 |
| | |||||
* | reordered modules, add es6 build | Ulrich-Matthias Schäfer | 2018-11-06 | 1 | -0/+177 |