aboutsummaryrefslogtreecommitdiffstats
path: root/src/matrix.js
Commit message (Expand)AuthorAgeFilesLines
* first tries to make transformations workUlrich-Matthias Schäfer2018-06-021-0/+11
* fixed declaritive again, fromArray now works on all object instancesUlrich-Matthias Schäfer2018-05-301-4/+0
* satisfy linterUlrich-Matthias Schäfer2018-05-271-18/+5
* Most of the animations are workingSaivan2018-05-171-6/+17
* make morphing work, fix inheritance, animations now workUlrich-Matthias Schäfer2018-05-011-1/+9
* The animations work with the .queue methodSaivan2018-05-011-1/+1
* Another collaboration session with @FuzzymaSaivan2018-04-301-46/+39
* Added some timeline and Morphing functionsSaivan2018-04-231-1/+5
* Initial planning for the Timeline ModuleSaivan2018-04-181-0/+7
* Removed gbox and fixed a few typosSaivan2018-03-051-1/+1
* Fixed recommendations by @Fuzzyma regarding transformsSaivan2018-03-051-21/+25
* Fixed most of the tests relating to transformationsSaivan2018-03-041-9/+9
* Added matrix composition and decompositionsSaivan2018-03-031-16/+85
* Fixed some tests involving transforms and elementsSaivan2018-03-021-1/+1
|\
| * fixed all that errors which come along when removing an object. Fixed tests, ...Ulrich-Matthias Schäfer2018-03-011-1/+1
* | Implemented new transformationsSaivan2018-03-021-129/+103
* | Made developing a little more enjoyableSaivan2018-02-271-124/+94
* | Merged the 3.0.0 branch to add the linterSaivan2018-02-271-61/+82
|\|
| * Actually added the linter to gulp and fixed most errorsSaivan2018-02-271-5/+6
| * The first half of the library complies with Standard lintingSaivan2018-02-271-88/+85
* | Matrix operations now apply to the current matrixSaivan2018-02-261-10/+28
* | We can form a compound matrix in the matrix moduleSaivan2018-02-261-2/+50
* | Identified transformation code to retireSaivan2018-02-251-20/+72
|/
* Lots of breaking changes. Read below! (#646, #716)Ulrich-Matthias Schäfer2017-07-251-1/+1
* revert the previous commitRémi Tétreault2017-05-021-7/+4
* allow SVG.Matrix to be passed SVG.NumberRémi Tétreault2017-05-011-4/+7
* Fix the flip transform on both axisRémi Tétreault2017-04-151-2/+1
* move most regexe to SVG.regex, fix matrix constructor for string argumentUlrich-Matthias Schäfer2017-03-141-1/+1
* added SVG.Box, added transform method to boxes, fix rbox (#626)Ulrich-Matthias Schäfer2017-03-081-0/+10
* make flip working with both axis when no parameter / only offset is passedUlrich-Matthias Schäfer2017-03-061-1/+6
* added tests to increase code coverageUlrich-Matthias Schäfer2017-02-281-0/+2
* removed old fx code which is unused (#605)Ulrich-Matthias Schäfer2017-02-281-20/+0
* Fix the implementation of the skew transformRémi Tétreault2016-11-021-6/+20
* doublecheck SVG.parser, use svg element which is not in the dom (#471)Ulrich-Matthias Schäfer2016-04-021-1/+1
* Implementation new fx moduleUlrich-Matthias Schäfer2016-03-231-1/+4
* added SVG.Point class as wrapper for SVGPoint, added `el.point()` method (#40...Ulrich-Matthias Schäfer2016-01-111-1/+1
* transform() returnw a-f now, too, double newlines create blank linesUlrich-Matthias Schäfer2015-12-041-0/+6
* added ungroup/flatten (#238), toParent and toDocUlrich-Matthias Schäfer2015-10-111-0/+4
* added transform to pattern and gradient (fix #383)Ulrich-Matthias Schäfer2015-09-151-0/+8
* Fixed transform method which now uses current transformation and not ctm anymoreUlrich-Matthias Schäfer2015-07-051-9/+9
* Firefox fixes and event specswout2014-09-031-1/+1
* Fixed bug in clone() methodwout2014-09-021-1/+5
* Removed matrix add() methodwout2014-08-301-13/+0
* Added animated parametric transformationswout2014-08-301-20/+16
* Added SVG.TBox for transformed bounding boxeswout2014-08-291-1/+18
* Implemented absolute and relative matrix transformationswout2014-08-241-1/+5
* Added more control to SVG.Matrixwout2014-07-281-17/+17
* Installed Jasmin 2.0.1wout2014-07-261-109/+148
* Added support for scale center on matriceswout2014-07-121-8/+18
* Eliminate matrix translation errorswout2014-07-121-3/+3