aboutsummaryrefslogtreecommitdiffstats
path: root/src/patharray.js
Commit message (Collapse)AuthorAgeFilesLines
* Added clone method to SVG.Array/PointArray/PathArray (#590)Ulrich-Matthias Schäfer2017-02-201-1/+2
|
* Make some fixes in SVG.PathArrayRémi Tétreault2016-12-231-9/+9
| | | | | Rename the method haveSameCommands to equalCommands and replace undefined by null.
* Implement a more basic morph method for SVG.PathArrayRémi Tétreault2016-12-201-39/+31
| | | | | | 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-2/+67
| | | | | Also add methods to SVG.Point that allow to perform operations between two points.
* fixed bug in `parse()` from `SVG.PathArray` which does not correctly handled ↵Ulrich-Matthias Schäfer2016-05-051-1/+1
| | | | `S` and `T` (#485)
* fixed bug related to the new path parser, text-method of tspan is a getter ↵Ulrich-Matthias Schäfer2015-11-301-12/+13
| | | | now, too
* fix leading point bug in path parsing (#416)Ulrich-Matthias Schäfer2015-11-281-11/+22
|
* `SvgPathSeg` is removed in Chrome 48. Added workaround (fixes #409)Ulrich-Matthias Schäfer2015-11-181-77/+104
|
* tab to space, block comments to line commentsUlrich-Matthias Schäfer2015-11-061-18/+18
|
* remove useless executable permissionPeter Dave Hello2015-06-231-0/+0
|
* Completely reworked transform systemwout2014-07-111-1/+1
|
* Added SVG.Circle, removed structural internal referenceswout2014-06-251-1/+1
|
* Bumped to 1.0.0-rc.6wout2014-03-041-38/+1
|
* Completely reworked `SVG.Text`, `SVG.TSpan` and `SVG.PathArray` and bumped ↵wout2014-02-141-195/+142
| | | | to 1.0.0-rc.5
* Minor enhancement in patharray arcswout2014-02-051-4/+4
|
* convert bool to int, so d only contains number values - fixes #145dotnetCarpenter2014-02-051-2/+2
|
* Fix in patharray arcwout2014-02-051-3/+3
|
* Fix for arcs in SVG.PathArray#toString methodwout2014-02-041-7/+7
|
* fix for arcs in patharray toString() methodwout2014-02-041-5/+3
|
* Shortened arc objects in PathArraywout2014-01-291-5/+5
|
* Added SVG.PathArray, updated data() and bumped to v1.0rc1wout2014-01-291-0/+296