| Commit message (Expand) | Author | Age | Files | Lines |
* | fix playgrounds, delete unneeded files | Ulrich-Matthias Schäfer | 2018-12-01 | 2 | -12/+18 |
* | Merge branch '790-color-spaces' into 3.0.0 | Ulrich-Matthias Schäfer | 2018-12-01 | 29 | -230/+567 |
|\ |
|
| * | Merge branch '790-color-spaces' into 791-random-colors | Ulrich-Matthias Schäfer | 2018-12-01 | 19 | -208/+368 |
| |\ |
|
| | * | 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 | 18 | -186/+320 |
| | |\ |
|
| | * | | 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 | 4 | -13/+23 |
| | * | | 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 | 68 | -3994/+1994 |
| * | | 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 | 68 | -2039/+4079 |
* | | | add back move and dmove for groups | Ulrich-Matthias Schäfer | 2018-12-01 | 1 | -0/+26 |
* | | | dont generate esm bundle anymore and link to src/main.js directly. Move bower... | Ulrich-Matthias Schäfer | 2018-12-01 | 2 | -5/+5 |
| |/
|/| |
|
* | | run build | Ulrich-Matthias Schäfer | 2018-11-28 | 1 | -1/+1 |
* | | add tests for all exports of adopter | Ulrich-Matthias Schäfer | 2018-11-28 | 1 | -6/+12 |
* | | plumber differences between node and browser so that tests run on both | Ulrich-Matthias Schäfer | 2018-11-28 | 3 | -12/+41 |
* | | Fix build chain so that we now have multiple builds. Details below: | Ulrich-Matthias Schäfer | 2018-11-28 | 6 | -13/+115 |
* | | fix bugs in runner, fix imports | Ulrich-Matthias Schäfer | 2018-11-26 | 3 | -7/+7 |
* | | Moved utils, namespaces, regex... to a subobject of SVG. Renamed SVGArray and... | Ulrich-Matthias Schäfer | 2018-11-24 | 2 | -11/+8 |
* | | Get rid of HTMLNode and Bare in favor of Dom | Ulrich-Matthias Schäfer | 2018-11-24 | 8 | -57/+28 |
* | | fixed lots of bugs in the timeline. Its now working as expected in all cases. | Ulrich-Matthias Schäfer | 2018-11-23 | 2 | -30/+37 |
* | | fix Timeline so that play, pause, stop, reverse... work correctly. Update run... | Ulrich-Matthias Schäfer | 2018-11-22 | 3 | -21/+51 |
* | | rewrite few lines of adopter | Ulrich-Matthias Schäfer | 2018-11-21 | 1 | -12/+9 |
* | | add default parameter for timeSource | Ulrich-Matthias Schäfer | 2018-11-21 | 1 | -5/+7 |
* | | add register for insertBefore and insertAfter | Ulrich-Matthias Schäfer | 2018-11-20 | 2 | -8/+15 |
|/ |
|
* | rename `doc()` to `root()` and `toDoc()` to `toRoot()` as dicussed in (#932) | Ulrich-Matthias Schäfer | 2018-11-19 | 5 | -13/+13 |
* | renamed `Doc` to `Svg` according to (#932) | Ulrich-Matthias Schäfer | 2018-11-19 | 5 | -20/+17 |
* | changed image callback according to (#931) | Ulrich-Matthias Schäfer | 2018-11-17 | 3 | -8/+2 |
* | cleanup a few files | Ulrich-Matthias Schäfer | 2018-11-17 | 4 | -16/+15 |
* | remove native() methods, add methods of types directly to elemenet | Ulrich-Matthias Schäfer | 2018-11-12 | 6 | -83/+46 |
* | reworked parents so that it is useful now, changelog | Ulrich-Matthias Schäfer | 2018-11-12 | 1 | -7/+11 |
* | ticking off the last checkbox of (#645). return List whenever possible | Ulrich-Matthias Schäfer | 2018-11-12 | 3 | -9/+8 |
* | make List return new lists on method calls, add map to array polyfill so that... | Ulrich-Matthias Schäfer | 2018-11-12 | 6 | -21/+52 |
* | 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 | 5 | -26/+64 |
* | evaluate window and document on access and not on import | Ulrich-Matthias Schäfer | 2018-11-12 | 15 | -140/+46 |
* | make window and document exchangeable in case they are not globals alreay, ma... | Ulrich-Matthias Schäfer | 2018-11-11 | 24 | -4/+64 |
* | add registering for forgotten classes | Ulrich-Matthias Schäfer | 2018-11-09 | 5 | -3/+19 |
* | added possibility to pass in additional attribues to element creators (#796) | Ulrich-Matthias Schäfer | 2018-11-08 | 24 | -87/+138 |
* | added possibility to pass attribues into a constructor like: `new SVG.Rect({w... | Ulrich-Matthias Schäfer | 2018-11-08 | 30 | -40/+68 |
* | `fill()` and `stroke()` return the fill and stroke attribute when called as g... | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -1/+1 |
* | added `ax(), ay(), amove()` to change texts x and y values directly (#787) | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -0/+12 |
* | `SVG.Text.rebuild()` now takes every font-size into account (#512) | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -1/+5 |
* | implements `round()` (#916) | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -0/+19 |
* | size function of circle now only accepts one argument (#788) | Ulrich-Matthias Schäfer | 2018-11-08 | 3 | -13/+17 |
* | add styletags | Ulrich-Matthias Schäfer | 2018-11-08 | 3 | -0/+59 |
* | get rid of the fixmes and todos | Ulrich-Matthias Schäfer | 2018-11-08 | 10 | -36/+20 |
* | added insertAfter/Before, introduce attrHooks, move few methods, SVG.Text.tex... | Ulrich-Matthias Schäfer | 2018-11-08 | 7 | -59/+88 |