| Commit message (Expand) | Author | Age | Files | Lines |
* | fixed line constructor which doesn't work with Array as input (#487) | Ulrich-Matthias Schäfer | 2016-05-16 | 1 | -0/+12 |
* | fixed bbox when element is not in the dom (#480), added parameter to `clone` | Ulrich-Matthias Schäfer | 2016-05-13 | 2 | -12/+27 |
* | fixed string parsing in viewbox (#483), specs `SVG.ViewBox` | Ulrich-Matthias Schäfer | 2016-05-13 | 4 | -61/+184 |
* | fixed bug in `parse()` from `SVG.PathArray` which does not correctly handled ... | Ulrich-Matthias Schäfer | 2016-05-05 | 2 | -60/+64 |
* | fixed bug in `add()` and `SVG.Doc().create()` | Ulrich-Matthias Schäfer | 2016-04-15 | 2 | -7/+19 |
* | fixed `SVG.morph()` (#473) | Ulrich-Matthias Schäfer | 2016-04-03 | 1 | -3/+4 |
* | readme update, clean up | Ulrich-Matthias Schäfer | 2016-03-29 | 1 | -4/+4 |
* | fix finishing up correctly with even loops, readme | Ulrich-Matthias Schäfer | 2016-03-29 | 1 | -1/+6 |
* | discard totalProgress for now | Ulrich-Matthias Schäfer | 2016-03-28 | 1 | -1/+1 |
* | revert multiple breaking changes introduced by the last commits | Ulrich-Matthias Schäfer | 2016-03-28 | 1 | -38/+32 |
* | updated jasmine and specs | Ulrich-Matthias Schäfer | 2016-03-23 | 14 | -969/+2743 |
* | Merge branch 'master' into 3.0.0 | Ulrich-Matthias Schäfer | 2016-02-10 | 5 | -48/+264 |
|\ |
|
| * | fixed unit unit regex and renamed it to numberAndUnit, added specs (fix #443) | Ulrich-Matthias Schäfer | 2016-01-23 | 1 | -9/+34 |
| * | fixed `svgjs:data` attribute which was not set properly in all browsers (#428) | Ulrich-Matthias Schäfer | 2016-01-21 | 2 | -36/+73 |
| * | added specs for `isNumber()` and compile svg.js | Ulrich-Matthias Schäfer | 2016-01-18 | 1 | -0/+16 |
| * | added SVG.Point class as wrapper for SVGPoint, added `el.point()` method (#40... | Ulrich-Matthias Schäfer | 2016-01-11 | 2 | -0/+128 |
| * | fix #433 | Denis Mosolov | 2015-12-29 | 1 | -7/+17 |
* | | new specs, reverse, initAnimation, after, during, comments | Ulrich-Matthias Schäfer | 2015-12-20 | 2 | -77/+144 |
* | | small change in fx specs | Ulrich-Matthias Schäfer | 2015-12-12 | 1 | -1/+1 |
* | | added new provisionally specs for fx | Ulrich-Matthias Schäfer | 2015-12-12 | 1 | -0/+65 |
|/ |
|
* | added `gbox()` to group to get bbox with translation included (fixes #405) | Ulrich-Matthias Schäfer | 2015-11-18 | 1 | -12/+12 |
* | svgjs now saves crucial data in the dom (fixes #369 again) | Ulrich-Matthias Schäfer | 2015-11-06 | 1 | -1/+1 |
* | fixed return value of `text()` after import/clone (#393) | Ulrich-Matthias Schäfer | 2015-11-04 | 1 | -8/+4 |
* | add `parents()` method, added specs, fixed specs | Ulrich-Matthias Schäfer | 2015-10-26 | 6 | -25/+38 |
* | added support for css selectors with the `parent()` method | Ulrich-Matthias Schäfer | 2015-10-25 | 1 | -0/+11 |
* | Added custom context binding for event callbacks | Ulrich-Matthias Schäfer | 2015-09-22 | 1 | -0/+4 |
* | remove useless executable permission | Peter Dave Hello | 2015-06-23 | 35 | -0/+0 |
* | Removed scale consideration in `move()` | Ulrich-Matthias Schäfer | 2015-06-21 | 1 | -4/+4 |
* | Events, Spec update, readme | Ulrich-Matthias Schäfer | 2015-06-17 | 2 | -3/+16 |
* | Removed target-reference from use which caused bugs in `dmove()` and `use()` ... | Ulrich-Matthias Schäfer | 2015-06-15 | 1 | -7/+0 |
* | Fixed bug with doc() which should always return the root SVG | Ulrich-Matthias Schäfer | 2015-06-15 | 1 | -0/+4 |
* | Merged all changes and fixes from SVG 1.1 into this branch | Ulrich-Matthias Schäfer | 2015-06-11 | 6 | -56/+219 |
* | Fix in RBox | wout | 2014-09-03 | 1 | -6/+6 |
* | Fix in SVG.Number | wout | 2014-09-03 | 1 | -4/+5 |
* | Fixed bug in event detaching | wout | 2014-09-03 | 4 | -46/+347 |
* | Firefox fixes and event specs | wout | 2014-09-03 | 3 | -0/+270 |
* | Fixed bug in clone() method | wout | 2014-09-02 | 1 | -0/+4 |
* | Removed matrix add() method | wout | 2014-08-30 | 1 | -19/+0 |
* | Added animated parametric transformations | wout | 2014-08-30 | 1 | -12/+0 |
* | Added SVG.TBox for transformed bounding boxes | wout | 2014-08-29 | 10 | -34/+34 |
* | Fixed instantiation issue in SVG.Number | wout | 2014-08-28 | 1 | -27/+36 |
* | Removed internal references from SVG.Text | wout | 2014-08-25 | 3 | -35/+52 |
* | Implemented absolute and relative matrix transformations | wout | 2014-08-24 | 3 | -29/+86 |
* | Removed node modules | wout | 2014-08-03 | 1 | -0/+8 |
* | Added SVG.Bare for creation of non-described elements | wout | 2014-08-01 | 3 | -17/+41 |
* | Added one more spec on raw importing | wout | 2014-08-01 | 1 | -0/+5 |
* | Added svg import / export functionalty | wout | 2014-08-01 | 2 | -1/+41 |
* | Added more control to SVG.Matrix | wout | 2014-07-28 | 7 | -61/+107 |
* | Matirx specs | wout | 2014-07-27 | 1 | -254/+263 |
* | Specified untransform() method | wout | 2014-07-27 | 1 | -1/+20 |