summaryrefslogtreecommitdiffstats
path: root/src/types
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '790-color-spaces' into 791-random-colorsUlrich-Matthias Schäfer2018-12-013-291/+56
|\
| * clamp values in toHex, tests, replace for of with for inUlrich-Matthias Schäfer2018-12-011-8/+11
| * Merge branch '3.0.0' into 790-color-spacesUlrich-Matthias Schäfer2018-11-303-280/+19
| |\
| | * plumber differences between node and browser so that tests run on bothUlrich-Matthias Schäfer2018-11-281-10/+16
| | * Get rid of HTMLNode and Bare in favor of DomUlrich-Matthias Schäfer2018-11-241-246/+0
| * | Fix bug when converting black to cymk spaceUlrich-Matthias Schäfer2018-11-261-0/+6
| * | Make color-animation work in all spaces (conversion bugs still there)Ulrich-Matthias Schäfer2018-11-261-10/+20
| * | fix Morphable so that it works with color spaces. It prefers the `to` space o...Ulrich-Matthias Schäfer2018-11-252-3/+10
* | | Implemented random colors and added back the playgroundsSaivan2018-12-021-9/+64
|/ /
* | Finished off the color spaces, we are all green!Saivan2018-11-261-204/+131
* | Reverted some of the lint rules after chatting with fuzzySaivan2018-11-2611-985/+475
* | Updated all of the color modules and old tests are passing againSaivan2018-11-251-109/+412
* | Changed the esLint rules to avoid silly ternary operators, and to let code br...Saivan2018-11-2511-506/+1022
|/
* cleanup a few filesUlrich-Matthias Schäfer2018-11-171-12/+12
* remove native() methods, add methods of types directly to elemenetUlrich-Matthias Schäfer2018-11-123-75/+30
* ticking off the last checkbox of (#645). return List whenever possibleUlrich-Matthias Schäfer2018-11-121-3/+0
* make List return new lists on method calls, add map to array polyfill so that...Ulrich-Matthias Schäfer2018-11-123-4/+15
* change method name, make strings more pleasing to readUlrich-Matthias Schäfer2018-11-122-10/+10
* adds `List` which does bring back `SVG.Set` in an elegant way (#645)Ulrich-Matthias Schäfer2018-11-122-18/+38
* evaluate window and document on access and not on importUlrich-Matthias Schäfer2018-11-121-8/+6
* make window and document exchangeable in case they are not globals alreay, ma...Ulrich-Matthias Schäfer2018-11-117-0/+17
* added possibility to pass attribues into a constructor like: `new SVG.Rect({w...Ulrich-Matthias Schäfer2018-11-081-2/+10
* get rid of the fixmes and todosUlrich-Matthias Schäfer2018-11-081-3/+2
* added insertAfter/Before, introduce attrHooks, move few methods, SVG.Text.tex...Ulrich-Matthias Schäfer2018-11-081-32/+0
* clone() does not insert the clone into the dom anymore, added beziere() and s...Ulrich-Matthias Schäfer2018-11-071-1/+1
* reordered modules, add es6 buildUlrich-Matthias Schäfer2018-11-0613-0/+1852