Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make flip working with both axis when no parameter / only offset is passed | Ulrich-Matthias Schäfer | 2017-03-06 | 7 | -15/+47 |
| | |||||
* | fix bug in rebuild, remove x adjusting in x method (#616) | Ulrich-Matthias Schäfer | 2017-03-06 | 3 | -14/+4 |
| | |||||
* | speed up path parsing for most cases | Ulrich-Matthias Schäfer | 2017-03-06 | 8 | -59/+66 |
| | | | | added test, added pathArray speed bench | ||||
* | added `font()` method to `SVG.Tspan` (#599) | Ulrich-Matthias Schäfer | 2017-03-05 | 4 | -5/+6 |
| | |||||
* | `dx()/dy()` now accepts percentage values, too (#524) | Ulrich-Matthias Schäfer | 2017-03-05 | 5 | -8/+27 |
| | | | | but only if the value on the element is already percentage | ||||
* | fixed error in event which did not clean up `SVG.handlerMap` properly (#518) | Ulrich-Matthias Schäfer | 2017-03-05 | 5 | -2/+19 |
| | |||||
* | removed at() helper which is not used anymore | Ulrich-Matthias Schäfer | 2017-03-03 | 2 | -27/+1 |
| | |||||
* | added test cases to increase code coverage | Ulrich-Matthias Schäfer | 2017-03-01 | 2 | -13/+12 |
| | |||||
* | added test cases to increase coverage | Ulrich-Matthias Schäfer | 2017-03-01 | 2 | -0/+76 |
| | |||||
* | added test cases to increase code coverage | Ulrich-Matthias Schäfer | 2017-03-01 | 1 | -8/+255 |
| | |||||
* | Added test cases to increase code coverage | Ulrich-Matthias Schäfer | 2017-03-01 | 1 | -0/+143 |
| | |||||
* | added test case for ungroup/flatten | Ulrich-Matthias Schäfer | 2017-03-01 | 1 | -9/+74 |
| | |||||
* | fixed bug in SVG.Transformations when creating with array/argument list. | Ulrich-Matthias Schäfer | 2017-02-28 | 6 | -35/+361 |
| | | | | added tests to increase code coverage | ||||
* | update changelog | Ulrich-Matthias Schäfer | 2017-02-28 | 1 | -0/+2 |
| | |||||
* | added tests to increase code coverage | Ulrich-Matthias Schäfer | 2017-02-28 | 12 | -11/+413 |
| | |||||
* | removed old fx code which is unused (#605) | Ulrich-Matthias Schäfer | 2017-02-28 | 4 | -52/+3 |
| | |||||
* | added tests to increase code coverage | Ulrich-Matthias Schäfer | 2017-02-28 | 3 | -6/+21 |
| | |||||
* | added test cases to increase coverage | Ulrich-Matthias Schäfer | 2017-02-27 | 6 | -23/+156 |
| | |||||
* | Add tests for the animate method of the FX module | Rémi Tétreault | 2017-02-25 | 1 | -0/+44 |
| | |||||
* | Add tests for when the user call stop/finish in during callback | Rémi Tétreault | 2017-02-25 | 1 | -0/+12 |
| | |||||
* | Add tests for the method atEnd of the FX module | Rémi Tétreault | 2017-02-25 | 4 | -31/+164 |
| | | | | | | | | List of changes: * Add tests for atEnd for the case the animation is in a infinite loop * Fix a bug in atEnd that was uncovered by the new tests * Fix the indentation of the methods atStart and atEnd * Improve the comments of some of the others tests of atEnd | ||||
* | Correct some tests for the at_ methods of the FX module | Rémi Tétreault | 2017-02-25 | 1 | -4/+4 |
| | | | | | In the first test of both the methods atStart and atEnd, `this` should instead be `fx`. | ||||
* | added test cases to increase code coverage | Ulrich-Matthias Schäfer | 2017-02-25 | 3 | -10/+31 |
| | |||||
* | update changelog | Ulrich-Matthias Schäfer | 2017-02-25 | 1 | -0/+2 |
| | |||||
* | viewbox now also accepts arrays and strings | Ulrich-Matthias Schäfer | 2017-02-25 | 4 | -49/+35 |
| | |||||
* | added test cases to increase code coverage | Ulrich-Matthias Schäfer | 2017-02-25 | 13 | -16/+189 |
| | |||||
* | added a few missing tests to increase coverage | Ulrich-Matthias Schäfer | 2017-02-24 | 6 | -2/+155 |
| | |||||
* | `SVG.Array` now accepts a comma seperated string and returns array of ↵ | Ulrich-Matthias Schäfer | 2017-02-24 | 3 | -4/+6 |
| | | | | numbers instead of strings | ||||
* | newlines | Ulrich-Matthias Schäfer | 2017-02-24 | 2 | -2/+2 |
| | |||||
* | Added SVG.Symbol so SVG.adopt can pick up symbols correctly | Ulrich-Matthias Schäfer | 2017-02-24 | 8 | -29/+49 |
| | |||||
* | slim down the SVG.TBox to SVG.RBox mapping (new SVG.TBox will not work) | dotnetCarpenter | 2017-02-24 | 5 | -33/+35 |
| | |||||
* | 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 |