summaryrefslogtreecommitdiffstats
path: root/src/patharray.js
Commit message (Collapse)AuthorAgeFilesLines
* 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