summaryrefslogtreecommitdiffstats
path: root/src/elements/Style.js
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of HTMLNode and Bare in favor of DomUlrich-Matthias Schäfer2018-11-241-3/+3
| | | | | - words() and element() added to Dom - svg() now returns the _parent_ of the imported element, when outerHTML is true (which means an element gets replaces)
* make window and document exchangeable in case they are not globals alreay, ↵Ulrich-Matthias Schäfer2018-11-111-1/+0
| | | | make sure that init functions are chaninable
* add registering for forgotten classesUlrich-Matthias Schäfer2018-11-091-1/+4
|
* added possibility to pass in additional attribues to element creators (#796)Ulrich-Matthias Schäfer2018-11-081-6/+6
| | | | | | 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})`
* add styletagsUlrich-Matthias Schäfer2018-11-081-0/+51