summaryrefslogtreecommitdiffstats
path: root/src/point.js
Commit message (Collapse)AuthorAgeFilesLines
* Implement a more basic morph method for SVG.PathArrayRémi Tétreault2016-12-201-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.PathArrayRémi Tétreault2016-12-201-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äfer2016-04-021-1/+1
|
* added SVG.Point class as wrapper for SVGPoint, added `el.point()` method ↵Ulrich-Matthias Schäfer2016-01-111-0/+72
(#403 / #437)