| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename files so that they reflect their exported classes (see next commit) | Ulrich-Matthias Schäfer | 2018-10-25 | 1 | -289/+0 |
* | fixed declaritive again, fromArray now works on all object instances | Ulrich-Matthias Schäfer | 2018-05-30 | 1 | -3/+0 |
* | make morphing work, fix inheritance, animations now work | Ulrich-Matthias Schäfer | 2018-05-01 | 1 | -0/+8 |
* | Actually added the linter to gulp and fixed most errors | Saivan | 2018-02-27 | 1 | -3/+3 |
* | All files now loosely abide by standard linting | Saivan | 2018-02-27 | 1 | -99/+87 |
* | Lots of breaking changes. Read below! (#646, #716) | Ulrich-Matthias Schäfer | 2017-07-25 | 1 | -7/+6 |
* | fixed a bug in path parser which made it stop parsing when hitting z command ... | Ulrich-Matthias Schäfer | 2017-04-25 | 1 | -1/+1 |
* | make path parsing even faster | Ulrich-Matthias Schäfer | 2017-03-27 | 1 | -78/+86 |
* | fixed `SVG.PathArray.parse` that did not correctly parsed flat arrays | Ulrich-Matthias Schäfer | 2017-03-24 | 1 | -1/+1 |
* | speed up path parsing for most cases | Ulrich-Matthias Schäfer | 2017-03-06 | 1 | -15/+3 |
* | Added clone method to SVG.Array/PointArray/PathArray (#590) | Ulrich-Matthias Schäfer | 2017-02-20 | 1 | -1/+2 |
* | Make some fixes in SVG.PathArray | Rémi Tétreault | 2016-12-23 | 1 | -9/+9 |
* | Implement a more basic morph method for SVG.PathArray | Rémi Tétreault | 2016-12-20 | 1 | -39/+31 |
* | Implement the morph method of SVG.PathArray | Rémi Tétreault | 2016-12-20 | 1 | -2/+67 |
* | fixed bug in `parse()` from `SVG.PathArray` which does not correctly handled ... | Ulrich-Matthias Schäfer | 2016-05-05 | 1 | -1/+1 |
* | fixed bug related to the new path parser, text-method of tspan is a getter no... | Ulrich-Matthias Schäfer | 2015-11-30 | 1 | -12/+13 |
* | fix leading point bug in path parsing (#416) | Ulrich-Matthias Schäfer | 2015-11-28 | 1 | -11/+22 |
* | `SvgPathSeg` is removed in Chrome 48. Added workaround (fixes #409) | Ulrich-Matthias Schäfer | 2015-11-18 | 1 | -77/+104 |
* | tab to space, block comments to line comments | Ulrich-Matthias Schäfer | 2015-11-06 | 1 | -18/+18 |
* | remove useless executable permission | Peter Dave Hello | 2015-06-23 | 1 | -0/+0 |
* | Completely reworked transform system | wout | 2014-07-11 | 1 | -1/+1 |
* | Added SVG.Circle, removed structural internal references | wout | 2014-06-25 | 1 | -1/+1 |
* | Bumped to 1.0.0-rc.6 | wout | 2014-03-04 | 1 | -38/+1 |
* | Completely reworked `SVG.Text`, `SVG.TSpan` and `SVG.PathArray` and bumped to... | wout | 2014-02-14 | 1 | -195/+142 |
* | Minor enhancement in patharray arcs | wout | 2014-02-05 | 1 | -4/+4 |
* | convert bool to int, so d only contains number values - fixes #145 | dotnetCarpenter | 2014-02-05 | 1 | -2/+2 |
* | Fix in patharray arc | wout | 2014-02-05 | 1 | -3/+3 |
* | Fix for arcs in SVG.PathArray#toString method | wout | 2014-02-04 | 1 | -7/+7 |
* | fix for arcs in patharray toString() method | wout | 2014-02-04 | 1 | -5/+3 |
* | Shortened arc objects in PathArray | wout | 2014-01-29 | 1 | -5/+5 |
* | Added SVG.PathArray, updated data() and bumped to v1.0rc1 | wout | 2014-01-29 | 1 | -0/+296 |