| Commit message (Expand) | Author | Age | Files | Lines |
* | convert everything to es6 classes and imports | Ulrich-Matthias Schäfer | 2018-10-25 | 1 | -12/+14 |
* | activate sugar before merge | Ulrich-Matthias Schäfer | 2018-10-18 | 1 | -151/+151 |
* | Initial planning for the Timeline Module | Saivan | 2018-04-18 | 1 | -151/+151 |
* | Removed gbox and fixed a few typos | Saivan | 2018-03-05 | 1 | -1/+1 |
* | Fixed recommendations by @Fuzzyma regarding transforms | Saivan | 2018-03-05 | 1 | -9/+14 |
* | Build the final transformation code and fixed linting errors | Saivan | 2018-03-04 | 1 | -1/+1 |
* | Fixed most of the tests relating to transformations | Saivan | 2018-03-04 | 1 | -1/+11 |
* | Added matrix composition and decompositions | Saivan | 2018-03-03 | 1 | -4/+13 |
* | All transformations except fx and Transformations are passing now | Saivan | 2018-03-02 | 1 | -6/+6 |
* | Implemented new transformations | Saivan | 2018-03-02 | 1 | -12/+21 |
* | Made developing a little more enjoyable | Saivan | 2018-02-27 | 1 | -9/+9 |
* | Merged the 3.0.0 branch to add the linter | Saivan | 2018-02-27 | 1 | -49/+52 |
|\ |
|
| * | All files now loosely abide by standard linting | Saivan | 2018-02-27 | 1 | -58/+61 |
* | | Matrix operations now apply to the current matrix | Saivan | 2018-02-26 | 1 | -6/+4 |
|/ |
|
* | `SVG.extend` now expects exactly one module or an array of modules | Ulrich-Matthias Schäfer | 2017-04-25 | 1 | -4/+4 |
* | Making initial changes for svg.js v3.0 | Ulrich-Matthias Schäfer | 2017-03-10 | 1 | -2/+2 |
* | add ability to use `font()` method like `attr()` method (#620) | Ulrich-Matthias Schäfer | 2017-03-08 | 1 | -10/+11 |
* | make flip working with both axis when no parameter / only offset is passed | Ulrich-Matthias Schäfer | 2017-03-06 | 1 | -1/+2 |
* | added `font()` method to `SVG.Tspan` (#599) | Ulrich-Matthias Schäfer | 2017-03-05 | 1 | -1/+1 |
* | `dx()/dy()` now accepts percentage values, too (#524) | Ulrich-Matthias Schäfer | 2017-03-05 | 1 | -2/+2 |
* | added tests to increase code coverage | Ulrich-Matthias Schäfer | 2017-02-28 | 1 | -1/+1 |
* | Fix the bug where relative matrix transforms are not animated | Rémi Tétreault | 2016-11-09 | 1 | -4/+5 |
* | Removed wrong tests in sugar.js, fixed remaining tests. Made fill and stroke ... | Ulrich-Matthias Schäfer | 2016-10-12 | 1 | -0/+2 |
* | fixed old target references | Ulrich-Matthias Schäfer | 2016-04-09 | 1 | -2/+2 |
* | relative movements, delayed (queued) start of animation | Ulrich-Matthias Schäfer | 2015-12-23 | 1 | -2/+2 |
* | added all fx methods, styles and attrs | Ulrich-Matthias Schäfer | 2015-12-16 | 1 | -2/+2 |
* | tab to space, block comments to line comments | Ulrich-Matthias Schäfer | 2015-11-06 | 1 | -2/+2 |
* | Fixes #366 | Sam Thomson | 2015-07-30 | 1 | -8/+9 |
* | remove useless executable permission | Peter Dave Hello | 2015-06-23 | 1 | -0/+0 |
* | Added SVG.Bare for creation of non-described elements | wout | 2014-08-01 | 1 | -0/+12 |
* | Added more control to SVG.Matrix | wout | 2014-07-28 | 1 | -2/+6 |
* | Installed Jasmin 2.0.1 | wout | 2014-07-26 | 1 | -8/+10 |
* | Added support for scale center on matrices | wout | 2014-07-12 | 1 | -1/+3 |
* | Completely reworked transform system | wout | 2014-07-11 | 1 | -20/+7 |
* | Added SVG.Circle, removed structural internal references | wout | 2014-06-25 | 1 | -6/+2 |
* | Bumped to 1.0.0-rc.6 | wout | 2014-03-04 | 1 | -1/+1 |
* | Completely reworked `SVG.Text`, `SVG.TSpan` and `SVG.PathArray` and bumped to... | wout | 2014-02-14 | 1 | -24/+23 |
* | added pointAt() method to SVG.Path | wout | 2014-02-05 | 1 | -16/+24 |
* | Bumped to v0.33 | wout | 2014-01-22 | 1 | -0/+9 |
* | Distinguished SVG.Container from SVG.parent, bumped to v0.32 | wout | 2013-08-05 | 1 | -1/+1 |
* | Fix in fill() method | wout | 2013-06-23 | 1 | -2/+2 |
* | Added translate() method | wout | 2013-05-29 | 1 | -2/+9 |
* | Bumped to v0.15, removed hsb color support | wout | 2013-04-26 | 1 | -1/+1 |
* | Bumped to v0.11 | wout | 2013-03-24 | 1 | -3/+3 |
* | Added x(), y(), cx(), cy() and matrix | wout | 2013-03-12 | 1 | -0/+4 |
* | Bumped to v0.9, added better style management, text support and extended anim...0.10 | wout | 2013-03-09 | 1 | -12/+8 |
* | Animatable fill() and stroke() | wout | 2013-03-06 | 1 | -32/+31 |
* | Reworked color management | wout | 2013-03-06 | 1 | -1/+1 |
* | Improved rotate() method in sugar module | wout | 2013-03-02 | 1 | -23/+12 |
* | Created separate classes for SVG.ViewBox anSVG.BBox0.6 | wout | 2013-02-20 | 1 | -24/+24 |