Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move most regexe to SVG.regex, fix matrix constructor for string argument | Ulrich-Matthias Schäfer | 2017-03-14 | 1 | -2/+2 |
| | |||||
* | fixes SVG.PointArray.size() which created NaN when the bbox of the point ↵ | Ulrich-Matthias Schäfer | 2017-03-08 | 1 | -2/+2 |
| | | | | | | | | array had zero height/width (#625) fixes SVG.PointArray.size() which created NaN when the bbox of the point array had zero height/width * update changelog | ||||
* | Added clone method to SVG.Array/PointArray/PathArray (#590) | Ulrich-Matthias Schäfer | 2017-02-20 | 1 | -2/+2 |
| | |||||
* | Sort out leftovers from the old fx module | Rémi Tétreault | 2017-02-16 | 1 | -7/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit is mostly to clean up the implementation of the initAnimation method of the Fx Module (issue #547). It also fixes these issues: #552, #582 and #584. Here is a list of the changes and fixes that are made: * Add a plot and array method to SVG.TextPath (issue #582) * Make the method plot a getter when no parameter is passed for SVG.Polyline, SVG.Polygon, SVG.Line, SVG.Path (this idea come from issue #547) * Allow SVG.PointArray to be passed flat array * Change the regexp SVG.PointArray use to parse string to allow more flexibility in the way spaces and commas can be used to separate points (something like this is now accepted: '1, 2, 3, 4') * Allow plot to be called with 4 parameters when animating an SVG.Line * Fix a bug in the plain morphing part of SVG.MorphObj that is in the FX module * Relative value for SVG.Number are now calculated in its morph method (idea from issue #547) * Clean up the implementation of the initAnimation method of the FX module (issues #547, #552, #584) | ||||
* | handle leading and trailing spaces | dotnetCarpenter | 2016-10-20 | 1 | -1/+1 |
| | |||||
* | replace call to filter function with better regex | dotnetCarpenter | 2016-10-20 | 1 | -1/+1 |
| | |||||
* | hotfix (#529) | Ulrich-Matthias Schäfer | 2016-10-20 | 1 | -1/+1 |
| | |||||
* | sorry the last commit was nonsens. This one is proper tested. | dotnetCarpenter | 2016-10-12 | 1 | -2/+2 |
| | |||||
* | changing implementation according to review by @Fuzzyma | dotnetCarpenter | 2016-10-12 | 1 | -15/+7 |
| | |||||
* | fixes #525 by accepting/parsing coordianate strings where x and y is ↵ | dotnetCarpenter | 2016-10-12 | 1 | -14/+26 |
| | | | | seperated by comma and or by space - we count the shape coordinates until (and including) the maximum even number | ||||
* | tab to space, block comments to line comments | Ulrich-Matthias Schäfer | 2015-11-06 | 1 | -9/+9 |
| | |||||
* | remove useless executable permission | Peter Dave Hello | 2015-06-23 | 1 | -0/+0 |
| | |||||
* | Added new SVG.Line class and working on SVG.Matrix | wout | 2014-06-28 | 1 | -0/+9 |
| | |||||
* | Added SVG.Circle, removed structural internal references | wout | 2014-06-25 | 1 | -2/+2 |
| | |||||
* | Bumped to version 1.0.0-rc.7 | wout | 2014-06-11 | 1 | -1/+1 |
| | | | | Look at change log for full overview of changes. | ||||
* | Completely reworked `SVG.Text`, `SVG.TSpan` and `SVG.PathArray` and bumped ↵ | wout | 2014-02-14 | 1 | -2/+0 |
| | | | | to 1.0.0-rc.5 | ||||
* | Added SVG.PathArray, updated data() and bumped to v1.0rc1 | wout | 2014-01-29 | 1 | -23/+3 |
| | |||||
* | Added get to SVG.Set, bumped to v0.37 | wout | 2014-01-26 | 1 | -0/+106 |