summaryrefslogtreecommitdiffstats
path: root/src/elements/Text.js
Commit message (Collapse)AuthorAgeFilesLines
* fixed move and center commands for textUlrich-Matthias Schäfer2019-01-221-15/+28
| | | | | - fixed move commands (x, y, move) of text so that it moves text always by the upper left edge. - fixed center commands (cx, cy, center) of text so that it moves text always by the center.
* Fix move and size of groups, removed setting of a default font so we dont ↵Ulrich-Matthias Schäfer2019-01-121-4/+0
| | | | act against user intention, fixed bug in `font()`
* 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