| Commit message (Expand) | Author | Age | Files | Lines |
* | fixed issues in SVG.Doc and SVG.Mask when cloning(#782) | Ulrich-Matthias Schäfer | 2018-05-26 | 1 | -1/+1 |
* | fixed `element.parent()` which sometimes failed when used on detached documen... | Ulrich-Matthias Schäfer | 2018-05-26 | 1 | -1/+1 |
* | Correctly handle hyphenated self-closing tags | Joshua Walsh | 2017-10-23 | 1 | -1/+1 |
* | Correctly handle namespaced self-closing tags | Joshua Walsh | 2017-10-23 | 1 | -1/+1 |
* | fixing node error in parent method when hitting document node (#720) | Ulrich-Matthias Schäfer | 2017-07-21 | 1 | -0/+1 |
* | prefix globals with window so window can be injected properly | Ulrich-Matthias Schäfer | 2017-03-18 | 1 | -1/+1 |
* | move most regexe to SVG.regex, fix matrix constructor for string argument | Ulrich-Matthias Schäfer | 2017-03-14 | 1 | -1/+1 |
* | fixed a bug with clone which didnt copy over dom data (#621) | Ulrich-Matthias Schäfer | 2017-03-09 | 1 | -1/+4 |
* | make events cancelable by default (#550) - version 5 | Ulrich-Matthias Schäfer | 2017-03-09 | 1 | -0/+1 |
* | Speed improvements on parent element | wout | 2016-08-04 | 1 | -1/+1 |
* | fixed bbox when element is not in the dom (#480), added parameter to `clone` | Ulrich-Matthias Schäfer | 2016-05-13 | 1 | -3/+4 |
* | Implementation new fx module | Ulrich-Matthias Schäfer | 2016-03-23 | 1 | -0/+3 |
* | Update element.js | Milovan Zogovic | 2016-01-22 | 1 | -1/+1 |
* | fixed `svgjs:data` attribute which was not set properly in all browsers (#428) | Ulrich-Matthias Schäfer | 2016-01-21 | 1 | -1/+1 |
* | dom data was not cleaned up properly (fixes #398) | Ulrich-Matthias Schäfer | 2015-11-18 | 1 | -1/+4 |
* | svgjs now saves crucial data in the dom (fixes #369 again) | Ulrich-Matthias Schäfer | 2015-11-06 | 1 | -0/+28 |
* | add `parents()` method, added specs, fixed specs | Ulrich-Matthias Schäfer | 2015-10-26 | 1 | -8/+28 |
* | added support for css selectors with the `parent()` method | Ulrich-Matthias Schäfer | 2015-10-25 | 1 | -3/+3 |
* | Fixes #360 | Ulrich-Matthias Schäfer | 2015-07-05 | 1 | -4/+4 |
* | 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 | -8/+0 |
* | Fixed bug with doc() which should always return the root SVG | Ulrich-Matthias Schäfer | 2015-06-15 | 1 | -1/+1 |
* | Fixed bug in clone() method | wout | 2014-09-02 | 1 | -8/+16 |
* | Added SVG.Bare for creation of non-described elements | wout | 2014-08-01 | 1 | -4/+4 |
* | Added svg import / export functionalty | wout | 2014-08-01 | 1 | -0/+28 |
* | Further debugging matrix new implementation | wout | 2014-07-12 | 1 | -2/+2 |
* | Completely reworked transform system | wout | 2014-07-11 | 1 | -134/+12 |
* | Added new SVG.Line class and working on SVG.Matrix | wout | 2014-06-28 | 1 | -77/+9 |
* | Complete new clone() method | wout | 2014-06-26 | 1 | -30/+1 |
* | Added SVG.Circle, removed structural internal references | wout | 2014-06-25 | 1 | -14/+15 |
* | Removed all structural references | wout | 2014-06-21 | 1 | -45/+40 |
* | Added marker, symbol and dynamic referencing | wout | 2014-06-17 | 1 | -4/+11 |
* | Bumped to version 1.0.0-rc.7 | wout | 2014-06-11 | 1 | -2/+2 |
* | toggleClass returns the svg instance | Patrick Klingemann | 2014-06-09 | 1 | -0/+1 |
* | trim class attribute whitespace | Patrick Klingemann | 2014-06-09 | 1 | -1/+1 |
* | avoid unintentional global variables | Patrick Klingemann | 2014-06-09 | 1 | -1/+3 |
* | add classes, hasClass, addClass, removeClass, toggleClass functions to Element | Patrick Klingemann | 2014-06-02 | 1 | -1/+41 |
* | Fixed a bug where Element.style() would not save empty values in IE11 | Xavier Roger-Machart | 2014-05-02 | 1 | -1/+1 |
* | Bumped to 1.0.0-rc.6 | wout | 2014-03-04 | 1 | -79/+22 |
* | Completely reworked `SVG.Text`, `SVG.TSpan` and `SVG.PathArray` and bumped to... | wout | 2014-02-14 | 1 | -41/+20 |
* | Added loader on SVG.Image and included svg.pattern.js to the core | wout | 2014-02-05 | 1 | -0/+11 |
* | Implemented SVG.invent function and bumped to v1.0rc3 | wout | 2014-02-03 | 1 | -382/+382 |
* | added `morph()` and `at()` methods to `SVG.Number` for unit morphing | wout | 2014-02-01 | 1 | -2/+2 |
* | Added SVG.PathArray, updated data() and bumped to v1.0rc1 | wout | 2014-01-29 | 1 | -28/+20 |
* | Added addTo() and putIn() methods, added more detailed documentation | wout | 2014-01-25 | 1 | -0/+8 |
* | Bumped to v0.33 | wout | 2014-01-22 | 1 | -1/+15 |
* | Added support for CommonJS and AMD, bunped to v0.300.31 | wout | 2013-07-26 | 1 | -1/+5 |
* | Added SVG.Array and bumped to v0.29 | wout | 2013-07-25 | 1 | -1/+5 |
* | Various IE9 and IE10 fixes | wout | 2013-07-04 | 1 | -13/+13 |
* | IMplemented <use> element, bumped to v0.23 | wout | 2013-06-29 | 1 | -4/+4 |