Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | Rename the method haveSameCommands to equalCommands and replace undefined by null. | ||||
* | Implement a more basic morph method for SVG.PathArray | Rémi Tétreault | 2016-12-20 | 1 | -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.PathArray | Rémi Tétreault | 2016-12-20 | 1 | -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äfer | 2016-05-05 | 1 | -1/+1 |
| | | | | `S` and `T` (#485) | ||||
* | fixed bug related to the new path parser, text-method of tspan is a getter ↵ | Ulrich-Matthias Schäfer | 2015-11-30 | 1 | -12/+13 |
| | | | | now, too | ||||
* | 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 ↵ | wout | 2014-02-14 | 1 | -195/+142 |
| | | | | to 1.0.0-rc.5 | ||||
* | 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 |