aboutsummaryrefslogtreecommitdiffstats
path: root/src/elements/Image.js
Commit message (Collapse)AuthorAgeFilesLines
* rename `doc()` to `root()` and `toDoc()` to `toRoot()` as dicussed in (#932)Ulrich-Matthias Schäfer2018-11-191-2/+2
|
* changed image callback according to (#931)Ulrich-Matthias Schäfer2018-11-171-6/+1
|
* 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-3/+3
| | | | | | 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})`
* added insertAfter/Before, introduce attrHooks, move few methods, ↵Ulrich-Matthias Schäfer2018-11-081-4/+17
| | | | SVG.Text.textPath returns first textPath child now
* reordered modules, add es6 buildUlrich-Matthias Schäfer2018-11-061-0/+68