summaryrefslogtreecommitdiffstats
path: root/src/transform.js
Commit message (Expand)AuthorAgeFilesLines
* reordered modules, add es6 buildUlrich-Matthias Schäfer2018-11-061-72/+0
* Linted all files, upgraded all dependenciesUlrich-Matthias Schäfer2018-11-051-4/+4
* introduce register and registerMethod method to get rid of dependency problemsUlrich-Matthias Schäfer2018-11-011-0/+5
* convert everything to es6 classes and importsUlrich-Matthias Schäfer2018-10-251-60/+57
* add babel, satisfy linter, build distUlrich-Matthias Schäfer2018-10-171-1/+1
* get rid of that unnecessary bbox call on every frameUlrich-Matthias Schäfer2018-09-201-2/+4
* Fixed the relative non-affine transform animationsSaivan2018-09-171-1/+1
* Fixed the transformation code to use the bbox properlySaivan2018-07-051-130/+1
* fix origin transformationUlrich-Matthias Schäfer2018-07-041-1/+1
* satisfy linter, fix global varUlrich-Matthias Schäfer2018-06-281-2/+2
* Modified the behaviour of absolute transformsSaivan2018-06-281-2/+2
* Allowed the origin to stay fixed as we animate transformsSaivan2018-06-261-28/+4
* satisfy linterUlrich-Matthias Schäfer2018-05-271-2/+0
* The timeline is now decoupled from the real timeSaivan2018-05-151-3/+4
* Initial planning for the Timeline ModuleSaivan2018-04-181-161/+6
* Fixed recommendations by @Fuzzyma regarding transformsSaivan2018-03-051-4/+1
* Build the final transformation code and fixed linting errorsSaivan2018-03-041-1/+1
* Fixed most of the tests relating to transformationsSaivan2018-03-041-3/+4
* Added matrix composition and decompositionsSaivan2018-03-031-7/+8
* Fixed a few more specifications regarding the new transformsSaivan2018-03-021-1/+1
* Implemented new transformationsSaivan2018-03-021-30/+38
* Made developing a little more enjoyableSaivan2018-02-271-301/+103
* Merged the 3.0.0 branch to add the linterSaivan2018-02-271-12/+246
|\
| * Actually added the linter to gulp and fixed most errorsSaivan2018-02-271-5/+7
| * All files now loosely abide by standard lintingSaivan2018-02-271-86/+73
* | Matrix operations now apply to the current matrixSaivan2018-02-261-124/+30
* | We can form a compound matrix in the matrix moduleSaivan2018-02-261-7/+31
* | Identified transformation code to retireSaivan2018-02-251-305/+339
|/
* Fix the flip transform on both axisRémi Tétreault2017-04-151-10/+28
* typescript definitions updated, minor fix in TransformationsUlrich-Matthias Schäfer2017-03-191-0/+1
* move most regexe to SVG.regex, fix matrix constructor for string argumentUlrich-Matthias Schäfer2017-03-141-3/+3
* start the animation when after(All)/during(All) is called (#583)Ulrich-Matthias Schäfer2017-03-091-3/+1
* added SVG.Box, added transform method to boxes, fix rbox (#626)Ulrich-Matthias Schäfer2017-03-081-3/+1
* Fix Animating a flip transform does not work #624Rémi Tétreault2017-03-071-2/+2
* fixed bug in SVG.Transformations when creating with array/argument list.Ulrich-Matthias Schäfer2017-02-281-16/+13
* Fix the bug where relative matrix transforms are not animatedRémi Tétreault2016-11-091-3/+3
* Fix a bug with the animation of a scale transformRémi Tétreault2016-11-081-0/+6
* Make matrixify work with transformation chain separated by commasRémi Tétreault2016-11-011-3/+3
* Fix groups animationmkorganashvili2016-04-251-0/+5
* revert multiple breaking changes introduced by the last commitsUlrich-Matthias Schäfer2016-03-281-7/+5
* Implementation new fx moduleUlrich-Matthias Schäfer2016-03-231-32/+216
* Merge branch 'master' into 3.0.0Ulrich-Matthias Schäfer2016-02-101-3/+1
|\
| * `matrixify()` will not apply the calculated matrix to the node anymoreUlrich-Matthias Schäfer2015-12-291-3/+1
* | transformation with correct rotation, fixed Color animationUlrich-Matthias Schäfer2015-12-211-7/+9
|/
* added ungroup/flatten (#238), toParent and toDocUlrich-Matthias Schäfer2015-10-111-1/+19
* added transform to pattern and gradient (fix #383)Ulrich-Matthias Schäfer2015-09-151-1/+1
* Make parsing a <transform-list> more robust in the face of IE11Ray Glover2015-08-141-1/+1
* Fixed transform method which now uses current transformation and not ctm anymoreUlrich-Matthias Schäfer2015-07-051-7/+28
* Added animated parametric transformationswout2014-08-301-17/+39
* Added SVG.TBox for transformed bounding boxeswout2014-08-291-7/+12