| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch '790-color-spaces' into 791-random-colors | Ulrich-Matthias Schäfer | 2018-12-01 | 3 | -291/+56 |
|\ |
|
| * | clamp values in toHex, tests, replace for of with for in | Ulrich-Matthias Schäfer | 2018-12-01 | 1 | -8/+11 |
| * | Merge branch '3.0.0' into 790-color-spaces | Ulrich-Matthias Schäfer | 2018-11-30 | 3 | -280/+19 |
| |\ |
|
| | * | plumber differences between node and browser so that tests run on both | Ulrich-Matthias Schäfer | 2018-11-28 | 1 | -10/+16 |
| | * | Get rid of HTMLNode and Bare in favor of Dom | Ulrich-Matthias Schäfer | 2018-11-24 | 1 | -246/+0 |
| * | | Fix bug when converting black to cymk space | Ulrich-Matthias Schäfer | 2018-11-26 | 1 | -0/+6 |
| * | | Make color-animation work in all spaces (conversion bugs still there) | Ulrich-Matthias Schäfer | 2018-11-26 | 1 | -10/+20 |
| * | | fix Morphable so that it works with color spaces. It prefers the `to` space o... | Ulrich-Matthias Schäfer | 2018-11-25 | 2 | -3/+10 |
* | | | Implemented random colors and added back the playgrounds | Saivan | 2018-12-02 | 1 | -9/+64 |
|/ / |
|
* | | Finished off the color spaces, we are all green! | Saivan | 2018-11-26 | 1 | -204/+131 |
* | | Reverted some of the lint rules after chatting with fuzzy | Saivan | 2018-11-26 | 11 | -985/+475 |
* | | Updated all of the color modules and old tests are passing again | Saivan | 2018-11-25 | 1 | -109/+412 |
* | | Changed the esLint rules to avoid silly ternary operators, and to let code br... | Saivan | 2018-11-25 | 11 | -506/+1022 |
|/ |
|
* | cleanup a few files | Ulrich-Matthias Schäfer | 2018-11-17 | 1 | -12/+12 |
* | remove native() methods, add methods of types directly to elemenet | Ulrich-Matthias Schäfer | 2018-11-12 | 3 | -75/+30 |
* | ticking off the last checkbox of (#645). return List whenever possible | Ulrich-Matthias Schäfer | 2018-11-12 | 1 | -3/+0 |
* | make List return new lists on method calls, add map to array polyfill so that... | Ulrich-Matthias Schäfer | 2018-11-12 | 3 | -4/+15 |
* | change method name, make strings more pleasing to read | Ulrich-Matthias Schäfer | 2018-11-12 | 2 | -10/+10 |
* | adds `List` which does bring back `SVG.Set` in an elegant way (#645) | Ulrich-Matthias Schäfer | 2018-11-12 | 2 | -18/+38 |
* | evaluate window and document on access and not on import | Ulrich-Matthias Schäfer | 2018-11-12 | 1 | -8/+6 |
* | make window and document exchangeable in case they are not globals alreay, ma... | Ulrich-Matthias Schäfer | 2018-11-11 | 7 | -0/+17 |
* | added possibility to pass attribues into a constructor like: `new SVG.Rect({w... | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -2/+10 |
* | get rid of the fixmes and todos | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -3/+2 |
* | added insertAfter/Before, introduce attrHooks, move few methods, SVG.Text.tex... | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -32/+0 |
* | clone() does not insert the clone into the dom anymore, added beziere() and s... | Ulrich-Matthias Schäfer | 2018-11-07 | 1 | -1/+1 |
* | reordered modules, add es6 build | Ulrich-Matthias Schäfer | 2018-11-06 | 13 | -0/+1852 |