| Commit message (Expand) | Author | Age | Files | Lines |
* | fixed a bug with clone which didnt copy over dom data (#621) | Ulrich-Matthias Schäfer | 2017-03-09 | 1 | -1/+8 |
* | added SVG.Box, added transform method to boxes, fix rbox (#626) | Ulrich-Matthias Schäfer | 2017-03-08 | 1 | -11/+1 |
* | make flip working with both axis when no parameter / only offset is passed | Ulrich-Matthias Schäfer | 2017-03-06 | 1 | -2/+10 |
* | added test cases to increase code coverage | Ulrich-Matthias Schäfer | 2017-03-01 | 1 | -0/+9 |
* | added test cases to increase coverage | Ulrich-Matthias Schäfer | 2017-03-01 | 1 | -0/+12 |
* | 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 | 1 | -0/+49 |
* | added tests to increase code coverage | Ulrich-Matthias Schäfer | 2017-02-28 | 1 | -1/+25 |
* | added tests to increase code coverage | Ulrich-Matthias Schäfer | 2017-02-28 | 1 | -4/+17 |
* | added test cases to increase code coverage | Ulrich-Matthias Schäfer | 2017-02-25 | 1 | -0/+17 |
* | added a few missing tests to increase coverage | Ulrich-Matthias Schäfer | 2017-02-24 | 1 | -0/+36 |
* | Wrapping up for 2.3.7 release | dotnetCarpenter | 2017-01-14 | 1 | -5/+5 |
* | Fix the bug where relative matrix transforms are not animated | Rémi Tétreault | 2016-11-09 | 1 | -4/+22 |
* | Make matrixify work with transformation chain separated by commas | Rémi Tétreault | 2016-11-01 | 1 | -0/+37 |
* | fixed id in test which is different in headless browser | Ulrich-Matthias Schäfer | 2016-10-12 | 1 | -2/+2 |
* | tests now pass in Firefox | Ulrich-Matthias Schäfer | 2016-10-12 | 1 | -10/+32 |
* | fixed bbox when element is not in the dom (#480), added parameter to `clone` | Ulrich-Matthias Schäfer | 2016-05-13 | 1 | -0/+5 |
* | fixed bug in `parse()` from `SVG.PathArray` which does not correctly handled ... | Ulrich-Matthias Schäfer | 2016-05-05 | 1 | -1/+1 |
* | updated jasmine and specs | Ulrich-Matthias Schäfer | 2016-03-23 | 1 | -1/+1 |
* | fixed `svgjs:data` attribute which was not set properly in all browsers (#428) | Ulrich-Matthias Schäfer | 2016-01-21 | 1 | -25/+49 |
* | added SVG.Point class as wrapper for SVGPoint, added `el.point()` method (#40... | Ulrich-Matthias Schäfer | 2016-01-11 | 1 | -0/+8 |
* | svgjs now saves crucial data in the dom (fixes #369 again) | Ulrich-Matthias Schäfer | 2015-11-06 | 1 | -1/+1 |
* | add `parents()` method, added specs, fixed specs | Ulrich-Matthias Schäfer | 2015-10-26 | 1 | -9/+22 |
* | added support for css selectors with the `parent()` method | Ulrich-Matthias Schäfer | 2015-10-25 | 1 | -0/+11 |
* | remove useless executable permission | Peter Dave Hello | 2015-06-23 | 1 | -0/+0 |
* | Removed scale consideration in `move()` | Ulrich-Matthias Schäfer | 2015-06-21 | 1 | -4/+4 |
* | Fixed bug in clone() method | wout | 2014-09-02 | 1 | -0/+4 |
* | Implemented absolute and relative matrix transformations | wout | 2014-08-24 | 1 | -21/+66 |
* | Removed node modules | wout | 2014-08-03 | 1 | -0/+8 |
* | Added one more spec on raw importing | wout | 2014-08-01 | 1 | -0/+5 |
* | Added svg import / export functionalty | wout | 2014-08-01 | 1 | -0/+39 |
* | Added more control to SVG.Matrix | wout | 2014-07-28 | 1 | -1/+1 |
* | Specified untransform() method | wout | 2014-07-27 | 1 | -1/+20 |
* | Various small fixes | wout | 2014-07-25 | 1 | -8/+29 |
* | Fix in rbox | wout | 2014-07-20 | 1 | -13/+13 |
* | Added support for scale center on matrices | wout | 2014-07-12 | 1 | -0/+7 |
* | Further debugging matrix new implementation | wout | 2014-07-12 | 1 | -5/+5 |
* | Completely reworked transform system | wout | 2014-07-11 | 1 | -19/+24 |
* | Complete new clone() method | wout | 2014-06-26 | 1 | -30/+46 |
* | Removed all structural references | wout | 2014-06-21 | 1 | -4/+4 |
* | Added marker, symbol and dynamic referencing | wout | 2014-06-17 | 1 | -2/+28 |
* | Bumped to version 1.0.0-rc.7 | wout | 2014-06-11 | 1 | -4/+4 |
* | toggleClass returns the svg instance | Patrick Klingemann | 2014-06-09 | 1 | -0/+5 |
* | add classes, hasClass, addClass, removeClass, toggleClass functions to Element | Patrick Klingemann | 2014-06-02 | 1 | -2/+74 |
* | Bumped to 1.0.0-rc.6 | wout | 2014-03-04 | 1 | -4/+5 |
* | Completely reworked `SVG.Text`, `SVG.TSpan` and `SVG.PathArray` and bumped to... | wout | 2014-02-14 | 1 | -33/+0 |
* | Added `relative()`method for relative translations | wout | 2014-01-30 | 1 | -0/+33 |
* | Added SVG.PathArray, updated data() and bumped to v1.0rc1 | wout | 2014-01-29 | 1 | -5/+16 |
* | Added addTo() and putIn() methods, added more detailed documentation | wout | 2014-01-25 | 1 | -0/+20 |
* | Bumped to v0.33 | wout | 2014-01-22 | 1 | -1/+26 |