Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the flip transform on both axis | Rémi Tétreault | 2017-04-15 | 1 | -10/+28 |
| | | | | | This fix the bug that made calling flip without any argument (`element.flip()`) not work. | ||||
* | typescript definitions updated, minor fix in Transformations | Ulrich-Matthias Schäfer | 2017-03-19 | 1 | -0/+1 |
| | |||||
* | move most regexe to SVG.regex, fix matrix constructor for string argument | Ulrich-Matthias Schäfer | 2017-03-14 | 1 | -3/+3 |
| | |||||
* | start the animation when after(All)/during(All) is called (#583) | Ulrich-Matthias Schäfer | 2017-03-09 | 1 | -3/+1 |
| | |||||
* | added SVG.Box, added transform method to boxes, fix rbox (#626) | Ulrich-Matthias Schäfer | 2017-03-08 | 1 | -3/+1 |
| | | | | | | | | added SVG.Box, added transform method to boxes, fix rbox Also: - workaround for screenCTM with nested svg (FF bug) - remove unneeded workaround in toParent() - rbox accepts additional parameter to transform the box | ||||
* | Fix Animating a flip transform does not work #624 | Rémi Tétreault | 2017-03-07 | 1 | -2/+2 |
| | |||||
* | fixed bug in SVG.Transformations when creating with array/argument list. | Ulrich-Matthias Schäfer | 2017-02-28 | 1 | -16/+13 |
| | | | | added tests to increase code coverage | ||||
* | Fix the bug where relative matrix transforms are not animated | Rémi Tétreault | 2016-11-09 | 1 | -3/+3 |
| | | | | Also, add the possibility to make uniform skew transform. | ||||
* | Fix a bug with the animation of a scale transform | Rémi Tétreault | 2016-11-08 | 1 | -0/+6 |
| | | | | | Fix the bug where animating a scale transform also caused a translation when there was already a transform in place. | ||||
* | Make matrixify work with transformation chain separated by commas | Rémi Tétreault | 2016-11-01 | 1 | -3/+3 |
| | | | | | | According to the SVG spec, transformation chain can be separated by whitespace and/or commas. The method matrixify was not working with transformation chain separated by commas. This commit should fix that bug. | ||||
* | Fix groups animation | mkorganashvili | 2016-04-25 | 1 | -0/+5 |
| | |||||
* | revert multiple breaking changes introduced by the last commits | Ulrich-Matthias Schäfer | 2016-03-28 | 1 | -7/+5 |
| | |||||
* | Implementation new fx module | Ulrich-Matthias Schäfer | 2016-03-23 | 1 | -32/+216 |
| | |||||
* | Merge branch 'master' into 3.0.0 | Ulrich-Matthias Schäfer | 2016-02-10 | 1 | -3/+1 |
|\ | |||||
| * | `matrixify()` will not apply the calculated matrix to the node anymore | Ulrich-Matthias Schäfer | 2015-12-29 | 1 | -3/+1 |
| | | |||||
* | | transformation with correct rotation, fixed Color animation | Ulrich-Matthias Schäfer | 2015-12-21 | 1 | -7/+9 |
|/ | |||||
* | added ungroup/flatten (#238), toParent and toDoc | Ulrich-Matthias Schäfer | 2015-10-11 | 1 | -1/+19 |
| | |||||
* | added transform to pattern and gradient (fix #383) | Ulrich-Matthias Schäfer | 2015-09-15 | 1 | -1/+1 |
| | | | | added skewX and skewY | ||||
* | Make parsing a <transform-list> more robust in the face of IE11 | Ray Glover | 2015-08-14 | 1 | -1/+1 |
| | | | | | which doesn't use commas (',') to delimit matrix elements. see also: http://www.w3.org/TR/SVG11/coords.html#SVGGlobalTransformAttribute | ||||
* | Fixed transform method which now uses current transformation and not ctm anymore | Ulrich-Matthias Schäfer | 2015-07-05 | 1 | -7/+28 |
| | |||||
* | Added animated parametric transformations | wout | 2014-08-30 | 1 | -17/+39 |
| | |||||
* | Added SVG.TBox for transformed bounding boxes | wout | 2014-08-29 | 1 | -7/+12 |
| | |||||
* | Implemented absolute and relative matrix transformations | wout | 2014-08-24 | 1 | -56/+87 |
| | |||||
* | Removed node modules | wout | 2014-08-03 | 1 | -1/+1 |
| | |||||
* | Added more control to SVG.Matrix | wout | 2014-07-28 | 1 | -6/+18 |
| | |||||
* | Installed Jasmin 2.0.1 | wout | 2014-07-26 | 1 | -18/+23 |
| | |||||
* | Further debugging matrix new implementation | wout | 2014-07-12 | 1 | -1/+5 |
| | |||||
* | Completely reworked transform system | wout | 2014-07-11 | 1 | -0/+47 |