Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | deprecate SVG.TBox | dotnetCarpenter | 2017-02-24 | 4 | -15/+38 |
| | |||||
* | remove SVG.TBox | dotnetCarpenter | 2017-02-23 | 13 | -155/+38 |
| | |||||
* | Added gradient tests | wout | 2017-02-22 | 2 | -2/+60 |
| | |||||
* | Allow 0 to be passed without unit | Rémi Tétreault | 2017-02-22 | 5 | -12/+117 |
| | | | | | | | | 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. | ||||
* | Added paths to bench | wout | 2017-02-21 | 2 | -1/+22 |
| | |||||
* | Updated bench | wout | 2017-02-21 | 4 | -13/+13 |
| | |||||
* | Added clone method to SVG.Array/PointArray/PathArray (#590) | Ulrich-Matthias Schäfer | 2017-02-20 | 8 | -28/+104 |
| | |||||
* | update changelog | Ulrich-Matthias Schäfer | 2017-02-19 | 1 | -0/+12 |
| | |||||
* | Merge pull request #589 from RmiTtro/sort-leftovers-from-old-fx | Ulrich-Matthias Schäfer | 2017-02-19 | 17 | -228/+715 |
|\ | | | | | Sort out leftovers from the old fx module | ||||
| * | Make some change to the previous commit | Rémi Tétreault | 2017-02-17 | 11 | -33/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Here is a list of the changes: * Enhance the call to plot in the constructor of SVG.Path, SVG.Line, SVG.Polyline and SVG.Polygon * Rewrite the description of the tests of the method plot for SVG.TextPath, SVG.Path, SVG.Line, SVG.Polyline and SVG.Polygon to make it more precise * Remove the useless parens surrounding track in the method array of SVG.TextPath | ||||
| * | Sort out leftovers from the old fx module | Rémi Tétreault | 2017-02-16 | 17 | -228/+715 |
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) | ||||
* | Documentup config no longer required | Wout | 2017-02-15 | 1 | -7/+0 |
| | |||||
* | Updated CHANGELOG | wout | 2017-02-05 | 1 | -3/+8 |
| | |||||
* | Fixed sentence | Jon Ege Ronnenberg | 2017-02-05 | 1 | -1/+1 |
| | | | From "change from SVG() to use querySelector instead of getElementById (breaking change) -> __TODO!__" to "change SVG() to use querySelector instead of getElementById (breaking change) -> __TODO!__" | ||||
* | added PR reference number | dotnetCarpenter | 2017-02-05 | 1 | -1/+1 |
| | |||||
* | began notes for the 2.4.1 release | dotnetCarpenter | 2017-02-05 | 1 | -2/+6 |
| | |||||
* | added newline for readability | dotnetCarpenter | 2017-02-05 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' of https://github.com/svgdotjs/svg.js | dotnetCarpenter | 2017-02-05 | 15 | -4393/+558 |
|\ | |||||
| * | Format change log according to “Keep a CHANGELOG” guidelines (#578) | Zearin | 2017-02-05 | 1 | -102/+336 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Switch dates to YYYY-MM-DD * Updating headings; add document title & desc * Add subheadings and group changes accordingly * Linkify release numbers in each heading * Mark unreleased version | ||||
| * | Typo in typings | wout | 2017-01-18 | 1 | -1/+1 |
| | | |||||
| * | Documentup | Wout | 2017-01-15 | 1 | -1/+1 |
| | | |||||
| * | Documentup fix | Wout | 2017-01-15 | 1 | -2/+2 |
| | | |||||
| * | Changed documentup twitter account | wout | 2017-01-15 | 1 | -1/+1 |
| | | |||||
| * | Updated LICENSE | wout | 2017-01-14 | 1 | -2/+2 |
| | | |||||
| * | note to self for the 3.0 release | dotnetCarpenter | 2017-01-14 | 1 | -0/+1 |
| | | |||||
| * | version 2.4.0 - new feature: path animation2.4.0 | dotnetCarpenter | 2017-01-14 | 1 | -1/+1 |
| | | |||||
| * | wrapping up for 2.4.0 release | dotnetCarpenter | 2017-01-14 | 2 | -2/+4 |
| | | |||||
| * | update documentation to reflect our new basic path animation support - ↵ | dotnetCarpenter | 2017-01-14 | 1 | -0/+1 |
| | | | | | | | | closing #561 | ||||
| * | Make some fixes in SVG.PathArray | Rémi Tétreault | 2017-01-14 | 4 | -25/+30 |
| | | | | | | | | | | Rename the method haveSameCommands to equalCommands and replace undefined by null. | ||||
| * | Implement a more basic morph method for SVG.PathArray | Rémi Tétreault | 2017-01-14 | 9 | -1605/+96 |
| | | | | | | | | | | | | 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 | 2017-01-14 | 9 | -22/+1745 |
| | | | | | | | | | | Also add methods to SVG.Point that allow to perform operations between two points. | ||||
| * | version 2.3.7 - maintenance release2.3.7 | dotnetCarpenter | 2017-01-14 | 1 | -1/+1 |
| | | |||||
| * | Wrapping up for 2.3.7 release | dotnetCarpenter | 2017-01-14 | 10 | -38/+17 |
| | | |||||
| * | Restored original README | Wout | 2017-01-14 | 1 | -2/+24 |
| | | |||||
| * | Adding documentup referrer | Wout | 2017-01-14 | 1 | -24/+2 |
| | | |||||
| * | added missing constructor definitions | rdfriedl | 2017-01-14 | 1 | -22/+63 |
| | | |||||
| * | improved typings | rdfriedl | 2017-01-14 | 1 | -88/+107 |
| | | |||||
| * | fix(typing): Export for umd module | Daniel Gräber | 2017-01-14 | 1 | -6/+6 |
| | | |||||
| * | add CDNJS version badge in README.md (#566) | Daniel Wang | 2017-01-14 | 1 | -0/+1 |
| | | | | | | convey our current published version clearly | ||||
| * | Updated README | wout | 2017-01-14 | 2 | -5/+17 |
| | | |||||
| * | Updated docs | wout | 2017-01-14 | 3 | -4124/+10 |
| | | |||||
* | | update documentation to reflect our new basic path animation support - ↵ | dotnetCarpenter | 2016-12-25 | 2 | -3/+14 |
| | | | | | | | | closing #561 | ||||
* | | Make some fixes in SVG.PathArray | Rémi Tétreault | 2016-12-23 | 4 | -25/+30 |
| | | | | | | | | | | 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 | 9 | -1605/+96 |
| | | | | | | | | | | | | 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 | 9 | -22/+1745 |
|/ | | | | | Also add methods to SVG.Point that allow to perform operations between two points. | ||||
* | accidently removed dist/svg.min.js from repo | dotnetCarpenter | 2016-11-13 | 2 | -1/+3 |
| | |||||
* | updated changelog for 2.3.7 | dotnetCarpenter | 2016-11-13 | 1 | -2/+2 |
| | |||||
* | speedup build for tests | dotnetCarpenter | 2016-11-13 | 4 | -4/+3 |
| | |||||
* | added `npm run test:quick` which aim at being fast rather than correct - ↵ | dotnetCarpenter | 2016-11-13 | 4 | -2/+86 |
| | | | | great for git hooks | ||||
* | updated changelog for 2.3.7 | dotnetCarpenter | 2016-11-13 | 1 | -0/+2 |
| |