Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement a more basic morph method for SVG.PathArray | Rémi Tétreault | 2016-12-20 | 1 | -33/+2 |
| | | | | | | The method expect the paths to use the exact same commands. It will not attempt to modify them if they do not. Any more complex algorithm shall be provided as a plugin instead in order to keep the size of the library down. | ||||
* | Implement the morph method of SVG.PathArray | Rémi Tétreault | 2016-12-20 | 1 | -7/+38 |
| | | | | | Also add methods to SVG.Point that allow to perform operations between two points. | ||||
* | doublecheck SVG.parser, use svg element which is not in the dom (#471) | Ulrich-Matthias Schäfer | 2016-04-02 | 1 | -1/+1 |
| | |||||
* | added SVG.Point class as wrapper for SVGPoint, added `el.point()` method ↵ | Ulrich-Matthias Schäfer | 2016-01-11 | 1 | -0/+72 |
(#403 / #437) |