| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename files so that they reflect their exported classes (see next commit) | Ulrich-Matthias Schäfer | 2018-10-25 | 1 | -472/+0 |
* | add babel, satisfy linter, build dist | Ulrich-Matthias Schäfer | 2018-10-17 | 1 | -7/+4 |
* | Cant see the forest with all these trees... | Ulrich-Matthias Schäfer | 2018-10-08 | 1 | -4/+2 |
* | Optimized the matrix functions so that the transform function is a multitude ... | Ulrich-Matthias Schäfer | 2018-10-08 | 1 | -45/+77 |
* | adding optimized transformation function to speed up things a tiny bit | Ulrich-Matthias Schäfer | 2018-09-20 | 1 | -39/+96 |
* | get rid of that unnecessary bbox call on every frame | Ulrich-Matthias Schäfer | 2018-09-20 | 1 | -4/+1 |
* | Fixed the transformation code to use the bbox properly | Saivan | 2018-07-05 | 1 | -12/+12 |
* | Fixed an issue that occurred when we applied more than one transform | Saivan | 2018-07-03 | 1 | -2/+1 |
* | Added a potential fix for the problem | Saivan | 2018-06-29 | 1 | -0/+1 |
* | satisfy linter, fix global var | Ulrich-Matthias Schäfer | 2018-06-28 | 1 | -1/+1 |
* | fix origin bug | Ulrich-Matthias Schäfer | 2018-06-28 | 1 | -10/+16 |
* | Add a few debugging statements | Saivan | 2018-06-28 | 1 | -8/+18 |
* | Modified the behaviour of absolute transforms | Saivan | 2018-06-28 | 1 | -5/+8 |
* | first tries to make transformations work | Ulrich-Matthias Schäfer | 2018-06-02 | 1 | -0/+11 |
* | fixed declaritive again, fromArray now works on all object instances | Ulrich-Matthias Schäfer | 2018-05-30 | 1 | -4/+0 |
* | satisfy linter | Ulrich-Matthias Schäfer | 2018-05-27 | 1 | -18/+5 |
* | Most of the animations are working | Saivan | 2018-05-17 | 1 | -6/+17 |
* | make morphing work, fix inheritance, animations now work | Ulrich-Matthias Schäfer | 2018-05-01 | 1 | -1/+9 |
* | The animations work with the .queue method | Saivan | 2018-05-01 | 1 | -1/+1 |
* | Another collaboration session with @Fuzzyma | Saivan | 2018-04-30 | 1 | -46/+39 |
* | Added some timeline and Morphing functions | Saivan | 2018-04-23 | 1 | -1/+5 |
* | Initial planning for the Timeline Module | Saivan | 2018-04-18 | 1 | -0/+7 |
* | Removed gbox and fixed a few typos | Saivan | 2018-03-05 | 1 | -1/+1 |
* | Fixed recommendations by @Fuzzyma regarding transforms | Saivan | 2018-03-05 | 1 | -21/+25 |
* | Fixed most of the tests relating to transformations | Saivan | 2018-03-04 | 1 | -9/+9 |
* | Added matrix composition and decompositions | Saivan | 2018-03-03 | 1 | -16/+85 |
* | Fixed some tests involving transforms and elements | Saivan | 2018-03-02 | 1 | -1/+1 |
|\ |
|
| * | fixed all that errors which come along when removing an object. Fixed tests, ... | Ulrich-Matthias Schäfer | 2018-03-01 | 1 | -1/+1 |
* | | Implemented new transformations | Saivan | 2018-03-02 | 1 | -129/+103 |
* | | Made developing a little more enjoyable | Saivan | 2018-02-27 | 1 | -124/+94 |
* | | Merged the 3.0.0 branch to add the linter | Saivan | 2018-02-27 | 1 | -61/+82 |
|\| |
|
| * | Actually added the linter to gulp and fixed most errors | Saivan | 2018-02-27 | 1 | -5/+6 |
| * | The first half of the library complies with Standard linting | Saivan | 2018-02-27 | 1 | -88/+85 |
* | | Matrix operations now apply to the current matrix | Saivan | 2018-02-26 | 1 | -10/+28 |
* | | We can form a compound matrix in the matrix module | Saivan | 2018-02-26 | 1 | -2/+50 |
* | | Identified transformation code to retire | Saivan | 2018-02-25 | 1 | -20/+72 |
|/ |
|
* | Lots of breaking changes. Read below! (#646, #716) | Ulrich-Matthias Schäfer | 2017-07-25 | 1 | -1/+1 |
* | revert the previous commit | Rémi Tétreault | 2017-05-02 | 1 | -7/+4 |
* | allow SVG.Matrix to be passed SVG.Number | Rémi Tétreault | 2017-05-01 | 1 | -4/+7 |
* | Fix the flip transform on both axis | Rémi Tétreault | 2017-04-15 | 1 | -2/+1 |
* | move most regexe to SVG.regex, fix matrix constructor for string argument | Ulrich-Matthias Schäfer | 2017-03-14 | 1 | -1/+1 |
* | added SVG.Box, added transform method to boxes, fix rbox (#626) | Ulrich-Matthias Schäfer | 2017-03-08 | 1 | -0/+10 |
* | make flip working with both axis when no parameter / only offset is passed | Ulrich-Matthias Schäfer | 2017-03-06 | 1 | -1/+6 |
* | added tests to increase code coverage | Ulrich-Matthias Schäfer | 2017-02-28 | 1 | -0/+2 |
* | removed old fx code which is unused (#605) | Ulrich-Matthias Schäfer | 2017-02-28 | 1 | -20/+0 |
* | Fix the implementation of the skew transform | Rémi Tétreault | 2016-11-02 | 1 | -6/+20 |
* | doublecheck SVG.parser, use svg element which is not in the dom (#471) | Ulrich-Matthias Schäfer | 2016-04-02 | 1 | -1/+1 |
* | Implementation new fx module | Ulrich-Matthias Schäfer | 2016-03-23 | 1 | -1/+4 |
* | added SVG.Point class as wrapper for SVGPoint, added `el.point()` method (#40... | Ulrich-Matthias Schäfer | 2016-01-11 | 1 | -1/+1 |
* | transform() returnw a-f now, too, double newlines create blank lines | Ulrich-Matthias Schäfer | 2015-12-04 | 1 | -0/+6 |