summaryrefslogtreecommitdiffstats
path: root/src/elements/Text.js
Commit message (Collapse)AuthorAgeFilesLines
* evaluate window and document on access and not on importUlrich-Matthias Schäfer2018-11-121-4/+2
|
* make window and document exchangeable in case they are not globals alreay, ↵Ulrich-Matthias Schäfer2018-11-111-0/+3
| | | | make sure that init functions are chaninable
* added possibility to pass in additional attribues to element creators (#796)Ulrich-Matthias Schäfer2018-11-081-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äfer2018-11-081-1/+1
| | | | SVG.Rect({width:100})`
* `SVG.Text.rebuild()` now takes every font-size into account (#512)Ulrich-Matthias Schäfer2018-11-081-1/+5
|
* get rid of the fixmes and todosUlrich-Matthias Schäfer2018-11-081-1/+0
|
* reordered modules, add es6 buildUlrich-Matthias Schäfer2018-11-061-0/+177