| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix in rotation transform0.21 | wout | 2013-06-25 | 1 | -1/+1 |
* | Added SVG.Number, reworked gradient system | wout | 2013-06-23 | 1 | -4/+10 |
* | Added deep traversing, reorganizd modules | wout | 2013-06-09 | 1 | -1/+5 |
* | Added merge() to SVG.BBox | wout | 2013-05-28 | 1 | -0/+1 |
* | Bumped to v0.15, removed hsb color support | wout | 2013-04-26 | 1 | -2/+9 |
* | Added the rbox() method, bumped to v0.140.15 | wout | 2013-04-22 | 1 | -11/+6 |
* | Parsing numeric values as a global getter0.14 | wout | 2013-04-15 | 1 | -1/+1 |
* | Removing style attributes when empty | wout | 2013-04-15 | 1 | -1/+4 |
* | Fix in defaults | wout | 2013-04-14 | 1 | -1/+4 |
* | Merge pull request #24 from robwalch/master | Wout Fierens | 2013-04-14 | 1 | -4/+4 |
|\ |
|
| * | remove the use of keyword 'default' | Rob Walch | 2013-04-14 | 1 | -4/+4 |
* | | Ensure center point for rotations | wout | 2013-04-13 | 1 | -7/+11 |
* | | Bumped to v0.13 | wout | 2013-04-12 | 1 | -4/+7 |
|/ |
|
* | Fix for leading method on non text elements | wout | 2013-04-07 | 1 | -2/+2 |
* | Extendibility fix in SVG.Element | wout | 2013-04-02 | 1 | -1/+1 |