aboutsummaryrefslogtreecommitdiffstats
path: root/src/transform.js
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implemented absolute and relative matrix transformationswout2014-08-241-56/+87
* Removed node moduleswout2014-08-031-1/+1
* Added more control to SVG.Matrixwout2014-07-281-6/+18
* Installed Jasmin 2.0.1wout2014-07-261-18/+23
* Further debugging matrix new implementationwout2014-07-121-1/+5
* Completely reworked transform systemwout2014-07-111-0/+47