| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Passing attribute name and value in rebuild() method | wout | 2013-03-30 | 1 | -1/+1 |
* | Updated README | wout | 2013-03-25 | 1 | -1/+1 |
* | Bumped to v0.11 | wout | 2013-03-24 | 1 | -87/+84 |
* | Animation value clearance0.11 | wout | 2013-03-13 | 1 | -4/+0 |
* | Added x(), y(), cx(), cy() and matrix | wout | 2013-03-12 | 1 | -37/+67 |
* | Bumped to v0.9, added better style management, text support and extended anim...0.10 | wout | 2013-03-09 | 1 | -25/+83 |
* | Reworked color management | wout | 2013-03-06 | 1 | -0/+4 |
* | Added during() method and unit morphing to fx module | wout | 2013-03-06 | 1 | -2/+5 |
* | Fix in animate().center()0.8 | wout | 2013-03-05 | 1 | -0/+3 |
* | Code refactoring on element | wout | 2013-03-02 | 1 | -47/+48 |
* | Bumped to v0.7 with reworked id sequence, attr nullifier, and various other f... | wout | 2013-02-27 | 1 | -29/+39 |
* | Created separate classes for SVG.ViewBox anSVG.BBox0.6 | wout | 2013-02-20 | 1 | -76/+61 |
* | Added ability to store data() as raw values | wout | 2013-02-11 | 1 | -2/+2 |
* | Added visible() and opacity() methods0.4 | wout | 2013-01-30 | 1 | -0/+7 |
* | Simplifying data() method0.2 | wout | 2013-01-27 | 1 | -2/+5 |
* | Fic in data() method | wout | 2013-01-27 | 1 | -1/+1 |
* | Added data() method | wout | 2013-01-27 | 1 | -0/+14 |
* | Fix in offset for SVG.Wrap | wout | 2013-01-22 | 1 | -0/+9 |