| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | added ungroup/flatten (#238), toParent and toDoc | Ulrich-Matthias Schäfer | 2015-10-11 | 1 | -0/+4 |
* | added transform to pattern and gradient (fix #383) | Ulrich-Matthias Schäfer | 2015-09-15 | 1 | -0/+8 |
* | Fixed transform method which now uses current transformation and not ctm anymore | Ulrich-Matthias Schäfer | 2015-07-05 | 1 | -9/+9 |
* | Firefox fixes and event specs | wout | 2014-09-03 | 1 | -1/+1 |
* | Fixed bug in clone() method | wout | 2014-09-02 | 1 | -1/+5 |
* | Removed matrix add() method | wout | 2014-08-30 | 1 | -13/+0 |
* | Added animated parametric transformations | wout | 2014-08-30 | 1 | -20/+16 |
* | Added SVG.TBox for transformed bounding boxes | wout | 2014-08-29 | 1 | -1/+18 |
* | Implemented absolute and relative matrix transformations | wout | 2014-08-24 | 1 | -1/+5 |
* | Added more control to SVG.Matrix | wout | 2014-07-28 | 1 | -17/+17 |
* | Installed Jasmin 2.0.1 | wout | 2014-07-26 | 1 | -109/+148 |
* | Added support for scale center on matrices | wout | 2014-07-12 | 1 | -8/+18 |
* | Eliminate matrix translation errors | wout | 2014-07-12 | 1 | -3/+3 |