| Commit message (Expand) | Author | Age | Files | Lines |
* | added possibility to pass in additional attribues to element creators (#796) | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -70/+73 |
* | added possibility to pass attribues into a constructor like: `new SVG.Rect({w... | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -57/+102 |
* | `fill()` and `stroke()` return the fill and stroke attribute when called as g... | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -2/+2 |
* | added `ax(), ay(), amove()` to change texts x and y values directly (#787) | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -1/+12 |
* | `SVG.Text.rebuild()` now takes every font-size into account (#512) | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -2/+5 |
* | implements `round()` (#916) | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -1/+21 |
* | size function of circle now only accepts one argument (#788) | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -15/+21 |
* | add styletags | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -1/+66 |
* | get rid of the fixmes and todos | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -165/+145 |
* | added insertAfter/Before, introduce attrHooks, move few methods, SVG.Text.tex... | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -363/+377 |
* | clone() does not insert the clone into the dom anymore, added beziere() and s... | Ulrich-Matthias Schäfer | 2018-11-07 | 1 | -13/+66 |
* | fix the export/import function and enhance it | Ulrich-Matthias Schäfer | 2018-11-07 | 1 | -23/+63 |
* | Merge branch '875-es6' into 3.0.0 | Ulrich-Matthias Schäfer | 2018-11-07 | 1 | -5004/+6110 |
|\ |
|
| * | remove other builds because of bloat for now until fixed | Ulrich-Matthias Schäfer | 2018-11-07 | 2 | -6683/+0 |
| * | reordered modules, add es6 build | Ulrich-Matthias Schäfer | 2018-11-06 | 3 | -2789/+9388 |
| * | removed unused comments and files | Ulrich-Matthias Schäfer | 2018-11-05 | 2 | -2325/+1852 |
| * | Linted all files, upgraded all dependencies | Ulrich-Matthias Schäfer | 2018-11-05 | 3 | -124/+114 |
| * | rework of classes, make events on every object possible | Ulrich-Matthias Schäfer | 2018-11-05 | 2 | -815/+840 |
| * | forgot about memory tests | Ulrich-Matthias Schäfer | 2018-11-04 | 2 | -33/+13 |
| * | Revert back to classes, fix remaining tests | Ulrich-Matthias Schäfer | 2018-11-04 | 2 | -1381/+1491 |
| * | fix even more tests | Ulrich-Matthias Schäfer | 2018-11-04 | 2 | -119/+149 |
| * | implement registerMethods(), introduce real arrays for modern browsers, fix s... | Ulrich-Matthias Schäfer | 2018-11-04 | 2 | -1028/+1430 |
| * | fix a few mistakes. Make sugar work. Roll back to childNodes because children... | Ulrich-Matthias Schäfer | 2018-11-01 | 2 | -75/+264 |
| * | introduce register and registerMethod method to get rid of dependency problems | Ulrich-Matthias Schäfer | 2018-11-01 | 2 | -1455/+1436 |
| * | setup rollup to build minimized file and report stats | Ulrich-Matthias Schäfer | 2018-10-28 | 4 | -12057/+6230 |
| * | resolve last circular dependencies, make rollup work | Ulrich-Matthias Schäfer | 2018-10-27 | 4 | -5562/+12313 |
* | | Code review taken | nobuti | 2018-10-27 | 3 | -12/+7 |
* | | Build | nobuti | 2018-10-27 | 3 | -10/+13 |
* | | Build | nobuti | 2018-10-26 | 3 | -151/+122 |
|/ |
|
* | fix tests | Ulrich-Matthias Schäfer | 2018-10-18 | 3 | -138/+130 |
* | activate sugar before merge | Ulrich-Matthias Schäfer | 2018-10-18 | 1 | -157/+153 |
* | add babel, satisfy linter, build dist | Ulrich-Matthias Schäfer | 2018-10-17 | 1 | -4561/+5572 |
* | fix rotation issue and make relative declaritive work | Ulrich-Matthias Schäfer | 2018-06-29 | 1 | -1/+2 |
* | satisfy linter, fix global var | Ulrich-Matthias Schäfer | 2018-06-28 | 1 | -6/+6 |
* | fix origin bug | Ulrich-Matthias Schäfer | 2018-06-28 | 1 | -4632/+4638 |
* | Add a few debugging statements | Saivan | 2018-06-28 | 1 | -9/+19 |
* | Modified the behaviour of absolute transforms | Saivan | 2018-06-28 | 2 | -37/+38 |
* | Allowed the origin to stay fixed as we animate transforms | Saivan | 2018-06-26 | 1 | -4617/+4619 |
* | transforms work with multiple elements too. Satisfy linter | Ulrich-Matthias Schäfer | 2018-06-03 | 2 | -13/+7 |
* | first tries to make transformations work | Ulrich-Matthias Schäfer | 2018-06-02 | 2 | -4611/+4629 |
* | Began implementing the transformation functions | Saivan | 2018-06-02 | 2 | -4661/+4635 |
* | worked a bit on timeline, build example, found bug which needs a fix | Ulrich-Matthias Schäfer | 2018-05-30 | 2 | -4/+5 |
* | fixed declaritive again, fromArray now works on all object instances | Ulrich-Matthias Schäfer | 2018-05-30 | 2 | -23/+5 |
* | implemented EventTarget + runner does not loop forever anymore | Ulrich-Matthias Schäfer | 2018-05-29 | 2 | -4647/+4650 |
* | Added a few more use cases and such | Saivan | 2018-05-22 | 2 | -4/+4 |
|\ |
|
| * | add requestAnimationFrame Mock and tests for the animator | Ulrich-Matthias Schäfer | 2018-05-16 | 2 | -4/+4 |
* | | Most of the animations are working | Saivan | 2018-05-17 | 2 | -4625/+4641 |
|/ |
|
* | allow arrays of events to be passed to `on()` and `off` | Ulrich-Matthias Schäfer | 2018-05-16 | 2 | -6/+16 |
* | fixed morphing. Changed easing function so that it can handle strings | Ulrich-Matthias Schäfer | 2018-05-15 | 2 | -4601/+4615 |
* | The timeline is now decoupled from the real time | Saivan | 2018-05-15 | 2 | -4592/+4601 |