Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | | | 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 | ||||
* | 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 |
| | | | | | Also fix a bug where when calling scale with 3 parameters, cx was not set with the right value. | ||||
* | 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 ↵ | Ulrich-Matthias Schäfer | 2016-01-11 | 1 | -1/+1 |
| | | | | (#403 / #437) | ||||
* | 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 |
| | | | | added skewX and skewY | ||||
* | 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 |
| | |||||
* | Further debugging matrix new implementation | wout | 2014-07-12 | 1 | -10/+8 |
| | |||||
* | Completely reworked transform system | wout | 2014-07-11 | 1 | -2/+112 |
| | |||||
* | Added new SVG.Line class and working on SVG.Matrix | wout | 2014-06-28 | 1 | -0/+3 |