Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow 0 to be passed without unit | Rémi Tétreault | 2017-02-22 | 1 | -4/+8 |
| | | | | | | | | This commit finish fixing issue #552. It makes it unnecessary to specify a unit with 0 when interacting with another SVG.Number that has a unit. This was accomplished by modifying the operation methods of SVG.Number to allow them to use the unit of the passed number when this number as no unit. | ||||
* | Sort out leftovers from the old fx module | Rémi Tétreault | 2017-02-16 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) | ||||
* | fixed unit unit regex and renamed it to numberAndUnit, added specs (fix #443) | Ulrich-Matthias Schäfer | 2016-01-23 | 1 | -7/+7 |
| | |||||
* | fixed `svgjs:data` attribute which was not set properly in all browsers (#428) | Ulrich-Matthias Schäfer | 2016-01-21 | 1 | -0/+3 |
| | | | | | added specs for `writeDataToDom()` and `setData()` added toJSON in SVG.Number | ||||
* | remove useless executable permission | Peter Dave Hello | 2015-06-23 | 1 | -0/+0 |
| | |||||
* | Fix in SVG.Number | wout | 2014-09-03 | 1 | -3/+5 |
| | |||||
* | Fixed instantiation issue in SVG.Number | wout | 2014-08-28 | 1 | -23/+17 |
| | |||||
* | Various small fixes | wout | 2014-07-25 | 1 | -84/+86 |
| | |||||
* | Bumped to 1.0.0-rc.6 | wout | 2014-03-04 | 1 | -27/+25 |
| | |||||
* | Added second values to SVG.Number | wout | 2014-02-03 | 1 | -1/+9 |
| | |||||
* | added `morph()` and `at()` methods to `SVG.Number` for unit morphing | wout | 2014-02-01 | 1 | -7/+24 |
| | |||||
* | Bumped to v0.33 | wout | 2014-01-22 | 1 | -0/+0 |
| | |||||
* | Added animatible poly's, bumped to v0.31 | wout | 2013-08-01 | 1 | -1/+1 |
| | |||||
* | Added support for CommonJS and AMD, bunped to v0.300.31 | wout | 2013-07-26 | 1 | -1/+2 |
| | |||||
* | Added SVG.Array and bumped to v0.29 | wout | 2013-07-25 | 1 | -1/+1 |
| | |||||
* | Reworked SVG.Text to give more granular control | wout | 2013-07-23 | 1 | -1/+1 |
| | |||||
* | Fix in SVG.Number for IE0.24 | wout | 2013-07-01 | 1 | -10/+12 |
| | |||||
* | Fix in unit parser with negative values. | wout | 2013-06-30 | 1 | -1/+1 |
| | |||||
* | Added SVG.Number, reworked gradient system | wout | 2013-06-23 | 1 | -0/+75 |