Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the flip transform on both axis | Rémi Tétreault | 2017-04-15 | 3 | -2/+140 |
| | | | | | This fix the bug that made calling flip without any argument (`element.flip()`) not work. | ||||
* | clean up and added changes to CHANGELOG | dotnetCarpenter | 2017-04-11 | 1 | -10/+10 |
| | |||||
* | re-added all specs from the spec/spec/ folder | dotnetCarpenter | 2017-04-11 | 1 | -35/+36 |
| | |||||
* | fix pass | Ulrich-Matthias Schäfer | 2017-04-09 | 1 | -1/+1 |
| | |||||
* | make last test passing in svg docs | Ulrich-Matthias Schäfer | 2017-04-09 | 2 | -11/+13 |
| | |||||
* | clear does not remove parser anymore | Ulrich-Matthias Schäfer | 2017-03-29 | 6 | -96/+138 |
| | | | | make test work in svg documents | ||||
* | relax test | Ulrich-Matthias Schäfer | 2017-03-27 | 5 | -30/+3 |
| | |||||
* | Speed improvements for plot() on path, polygon and poly line elements. | wout | 2017-03-24 | 3 | -14/+89 |
| | |||||
* | fixed `SVG.PathArray.parse` that did not correctly parsed flat arrays | Ulrich-Matthias Schäfer | 2017-03-24 | 1 | -1/+11 |
| | |||||
* | onclick events are now bound with SVG.on, prefixed globals, relax tests to ↵ | Ulrich-Matthias Schäfer | 2017-03-21 | 17 | -184/+285 |
| | | | | work with svgdom, image loading uses eveents now, can now run jasmine tessts with svgdom when jasmine globally available | ||||
* | fixing test | Ulrich-Matthias Schäfer | 2017-03-16 | 1 | -1/+1 |
| | |||||
* | make more tests pass in IE | Ulrich-Matthias Schäfer | 2017-03-15 | 4 | -34/+53 |
| | |||||
* | move most regexe to SVG.regex, fix matrix constructor for string argument | Ulrich-Matthias Schäfer | 2017-03-14 | 1 | -1/+7 |
| | |||||
* | fixed a bug with clone which didnt copy over dom data (#621) | Ulrich-Matthias Schäfer | 2017-03-09 | 1 | -1/+8 |
| | |||||
* | make events cancelable by default (#550) - version 5 | Ulrich-Matthias Schäfer | 2017-03-09 | 1 | -7/+20 |
| | |||||
* | Fix offset produced by svg parser (#553) | Ulrich-Matthias Schäfer | 2017-03-08 | 1 | -1/+1 |
| | |||||
* | add ability to use `font()` method like `attr()` method (#620) | Ulrich-Matthias Schäfer | 2017-03-08 | 1 | -6/+16 |
| | |||||
* | added SVG.Box, added transform method to boxes, fix rbox (#626) | Ulrich-Matthias Schäfer | 2017-03-08 | 3 | -99/+143 |
| | | | | | | | | added SVG.Box, added transform method to boxes, fix rbox Also: - workaround for screenCTM with nested svg (FF bug) - remove unneeded workaround in toParent() - rbox accepts additional parameter to transform the box | ||||
* | fixes SVG.PointArray.size() which created NaN when the bbox of the point ↵ | Ulrich-Matthias Schäfer | 2017-03-08 | 1 | -28/+44 |
| | | | | | | | | 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 | ||||
* | Fix Animating a flip transform does not work #624 | Rémi Tétreault | 2017-03-07 | 1 | -3/+59 |
| | |||||
* | Make the method dequeue stop the current animation | Rémi Tétreault | 2017-03-07 | 1 | -16/+9 |
| | | | | | | | | | There was a bug in the dequeue method of the FX module. It was not stopping the current animation as it was supposed too. This bug is now fixed. Also, I rewritten the test that @fuzzyma left commented. I changed its implementation to not use the once callback since there seem to be some issues when combining once and dequeue. The method stop was also modified, it now call start only when it's revelant. | ||||
* | Have stop be called after each test of the fx module | Rémi Tétreault | 2017-03-07 | 1 | -11/+18 |
| | | | | | | | This change should prevent some animations to keep running in the background while the tests that spawned them is long done. Introducing this change made some tests fail, they were also fixed. | ||||
* | make flip working with both axis when no parameter / only offset is passed | Ulrich-Matthias Schäfer | 2017-03-06 | 2 | -4/+23 |
| | |||||
* | speed up path parsing for most cases | Ulrich-Matthias Schäfer | 2017-03-06 | 1 | -0/+7 |
| | | | | added test, added pathArray speed bench | ||||
* | `dx()/dy()` now accepts percentage values, too (#524) | Ulrich-Matthias Schäfer | 2017-03-05 | 1 | -2/+20 |
| | | | | 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 | 1 | -0/+14 |
| | |||||
* | 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 | 3 | -0/+332 |
| | | | | added tests to increase code coverage | ||||
* | added tests to increase code coverage | Ulrich-Matthias Schäfer | 2017-02-28 | 8 | -6/+404 |
| | |||||
* | 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 | 5 | -23/+147 |
| | |||||
* | 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 | 1 | -4/+133 |
| | | | | | | | | 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 |
| | |||||
* | viewbox now also accepts arrays and strings | Ulrich-Matthias Schäfer | 2017-02-25 | 1 | -1/+9 |
| | |||||
* | 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 |
| | |||||
* | Added SVG.Symbol so SVG.adopt can pick up symbols correctly | Ulrich-Matthias Schäfer | 2017-02-24 | 3 | -16/+17 |
| | |||||
* | slim down the SVG.TBox to SVG.RBox mapping (new SVG.TBox will not work) | dotnetCarpenter | 2017-02-24 | 1 | -0/+26 |
| | |||||
* | deprecate SVG.TBox | dotnetCarpenter | 2017-02-24 | 1 | -8/+0 |
| | |||||
* | remove SVG.TBox | dotnetCarpenter | 2017-02-23 | 9 | -81/+26 |
| | |||||
* | Allow 0 to be passed without unit | Rémi Tétreault | 2017-02-22 | 2 | -0/+97 |
| | | | | | | | | 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 clone method to SVG.Array/PointArray/PathArray (#590) | Ulrich-Matthias Schäfer | 2017-02-20 | 1 | -0/+40 |
| | |||||
* | Make some change to the previous commit | Rémi Tétreault | 2017-02-17 | 5 | -13/+13 |
| | | | | | | | | | | | | | 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 |