Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated all of the color modules and old tests are passing again | Saivan | 2018-11-25 | 2 | -31/+77 |
| | | | | | | | | | | | This commit updates the color modules, so that the old tests pass, we just need to modify the tests to test some of the new functionality (Since there was a lot of copy and paste work done haha) Changes ======= - Updated the color module to support a number of color spaces - Made sure all of the old tests are working again | ||||
* | rename `doc()` to `root()` and `toDoc()` to `toRoot()` as dicussed in (#932) | Ulrich-Matthias Schäfer | 2018-11-19 | 2 | -9/+9 |
| | |||||
* | renamed `Doc` to `Svg` according to (#932) | Ulrich-Matthias Schäfer | 2018-11-19 | 5 | -18/+18 |
| | |||||
* | changed image callback according to (#931) | Ulrich-Matthias Schäfer | 2018-11-17 | 1 | -6/+1 |
| | |||||
* | remove native() methods, add methods of types directly to elemenet | Ulrich-Matthias Schäfer | 2018-11-12 | 3 | -24/+0 |
| | |||||
* | reworked parents so that it is useful now, changelog | Ulrich-Matthias Schäfer | 2018-11-12 | 1 | -6/+7 |
| | |||||
* | make List return new lists on method calls, add map to array polyfill so ↵ | Ulrich-Matthias Schäfer | 2018-11-12 | 1 | -6/+6 |
| | | | | that this works, fix runner | ||||
* | `fill()` and `stroke()` return the fill and stroke attribute when called as ↵ | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -3/+2 |
| | | | | getter (#789) | ||||
* | implements `round()` (#916) | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -0/+18 |
| | |||||
* | add test for array getter of attr | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -0/+13 |
| | |||||
* | added insertAfter/Before, introduce attrHooks, move few methods, ↵ | Ulrich-Matthias Schäfer | 2018-11-08 | 1 | -3/+2 |
| | | | | SVG.Text.textPath returns first textPath child now | ||||
* | clone() does not insert the clone into the dom anymore, added beziere() and ↵ | Ulrich-Matthias Schäfer | 2018-11-07 | 1 | -9/+0 |
| | | | | steps() to generate easing functions | ||||
* | fix mistake in test | Ulrich-Matthias Schäfer | 2018-11-07 | 1 | -6/+6 |
| | |||||
* | Merge branch '875-es6' into 3.0.0 | Ulrich-Matthias Schäfer | 2018-11-07 | 27 | -6467/+358 |
|\ | |||||
| * | make one test pass in travis | Ulrich-Matthias Schäfer | 2018-11-05 | 1 | -1/+1 |
| | | |||||
| * | Linted all files, upgraded all dependencies | Ulrich-Matthias Schäfer | 2018-11-05 | 11 | -5838/+19 |
| | | |||||
| * | rework of classes, make events on every object possible | Ulrich-Matthias Schäfer | 2018-11-05 | 1 | -3/+3 |
| | | |||||
| * | forgot about memory tests | Ulrich-Matthias Schäfer | 2018-11-04 | 1 | -0/+1 |
| | | |||||
| * | Revert back to classes, fix remaining tests | Ulrich-Matthias Schäfer | 2018-11-04 | 7 | -83/+74 |
| | | |||||
| * | fix even more tests | Ulrich-Matthias Schäfer | 2018-11-04 | 8 | -255/+145 |
| | | |||||
| * | implement registerMethods(), introduce real arrays for modern browsers, fix ↵ | Ulrich-Matthias Schäfer | 2018-11-04 | 8 | -295/+123 |
| | | | | | | | | some tests | ||||
* | | Fix specs | nobuti | 2018-10-27 | 1 | -17/+30 |
| | | |||||
* | | Added some tests | nobuti | 2018-10-26 | 1 | -0/+38 |
|/ | |||||
* | fix tests | Ulrich-Matthias Schäfer | 2018-10-18 | 6 | -2997/+2912 |
| | |||||
* | fixing tests | Ulrich-Matthias Schäfer | 2018-10-10 | 4 | -14/+18 |
| | |||||
* | Optimized the matrix functions so that the transform function is a multitude ↵ | Ulrich-Matthias Schäfer | 2018-10-08 | 2 | -139/+49 |
| | | | | faster for parameterized input | ||||
* | The timelines continue function requests a step animation frame | Saivan | 2018-06-01 | 1 | -3/+13 |
| | |||||
* | renamed method names as suggested, added failing test | Ulrich-Matthias Schäfer | 2018-06-01 | 1 | -25/+62 |
| | |||||
* | fix for the endvalue of the animation | Ulrich-Matthias Schäfer | 2018-05-31 | 1 | -9/+240 |
| | |||||
* | add failing test | Ulrich-Matthias Schäfer | 2018-05-31 | 1 | -0/+12 |
| | |||||
* | worked a bit on timeline, build example, found bug which needs a fix | Ulrich-Matthias Schäfer | 2018-05-30 | 1 | -2/+228 |
| | |||||
* | The runners step was reimplemented with tests | Saivan | 2018-05-31 | 1 | -42/+70 |
| | |||||
* | Got looping working with only a single wait | Saivan | 2018-05-30 | 1 | -0/+31 |
| | |||||
* | fixed some more errores, make declaritive controllers partially work. added ↵ | Ulrich-Matthias Schäfer | 2018-05-24 | 1 | -1/+19 |
| | | | | PID controller for testing reasons | ||||
* | go through specs and make fixes where needed | Ulrich-Matthias Schäfer | 2018-05-24 | 3 | -38/+38 |
| | |||||
* | Stuff is moving again after fixing several stuff | Ulrich-Matthias Schäfer | 2018-05-24 | 1 | -0/+273 |
| | |||||
* | Added a few more use cases and such | Saivan | 2018-05-22 | 4 | -4/+199 |
|\ | |||||
| * | add requestAnimationFrame Mock and tests for the animator | Ulrich-Matthias Schäfer | 2018-05-16 | 4 | -3/+135 |
| | | |||||
* | | Most of the animations are working | Saivan | 2018-05-17 | 2 | -3/+11 |
|/ | |||||
* | fixed morphing. Changed easing function so that it can handle strings | Ulrich-Matthias Schäfer | 2018-05-15 | 1 | -15/+47 |
| | | | | | | - error in Matrix constructor which ignores translateX (and more?) - generelized all morphable objects so that they behave logical - SVG.Morphable can handle all datatypes now | ||||
* | tests for Morphable and related stuff | Ulrich-Matthias Schäfer | 2018-05-01 | 1 | -0/+70 |
| | |||||
* | Initial planning for the Timeline Module | Saivan | 2018-04-18 | 2 | -1/+112 |
| | | | | | | This commit just includes a few plans and a massive derrangement of the fx module before it is to be refactored into the Timeline module. The basic methods are included, but everything is broken | ||||
* | Removed gbox and fixed a few typos | Saivan | 2018-03-05 | 1 | -3/+3 |
| | | | | | Since gbox is completely replaced by rbox, we don't need it anymore. There were also a few small errors to fix. | ||||
* | Fixed recommendations by @Fuzzyma regarding transforms | Saivan | 2018-03-05 | 5 | -144/+26 |
| | | | | | | | | | | | | This commit fixes a number of issues with transformations: - Removed move/dmove/etc... on groups - Sugar was being passed origin instead of ox, oy - Updated the changelog - Removed parseMatrix in favor of new SVG.Matrix() - .matrix is the getter for a matrix, not .transform - added a [02:24:41] Using gulpfile ~/Desktop/svg/svg.js/gulpfile.js [02:24:41] Starting 'lint'... [02:24:43] Finished 'lint' after 2.32 s directive | ||||
* | Integrated the transformations into the changes in 3.0.0 | Saivan | 2018-03-04 | 1 | -7/+0 |
|\ | |||||
| * | removed `size()` from `SVG.Text` to avoid name clash | Ulrich-Matthias Schäfer | 2018-03-03 | 1 | -7/+0 |
| | | |||||
* | | Fixed all transformation tests, the new transforms are ready | Saivan | 2018-03-04 | 3 | -16/+22 |
| | | | | | | | | | | | | This commit fixes all of the tests to reflect all of the changes to our transform code. It also makes the default test output dots instead of anything else. | ||||
* | | Fixed most of the tests relating to transformations | Saivan | 2018-03-04 | 5 | -602/+637 |
| | | |||||
* | | Added matrix composition and decompositions | Saivan | 2018-03-03 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | This commit adds matrix composition and decompositions (untested), it also adds another playground to test that this is working as expected in every case. We also fixed a few linting errors. | ||||
* | | All transformations except fx and Transformations are passing now | Saivan | 2018-03-02 | 9 | -49/+41 |
| | | | | | | | | | | This commit modifies the specification (and in some places the code) to reflect the changes to the transformations. |