Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | changelog | Ulrich-Matthias Schäfer | 2016-05-13 | 1 | -0/+1 | |
* | | fixed string parsing in viewbox (#483), specs `SVG.ViewBox` | Ulrich-Matthias Schäfer | 2016-05-13 | 11 | -213/+351 | |
* | | bump 2.3.12.3.1 | Ulrich-Matthias Schäfer | 2016-05-05 | 5 | -6/+6 | |
* | | fixed bug in `parse()` from `SVG.PathArray` which does not correctly handled ... | Ulrich-Matthias Schäfer | 2016-05-05 | 6 | -64/+69 | |
|/ | ||||||
* | fixed bug in `add()` and `SVG.Doc().create()` | Ulrich-Matthias Schäfer | 2016-04-15 | 7 | -18/+35 | |
* | Merge pull request #470 from rdfriedl/master | Ulrich-Matthias Schäfer | 2016-04-10 | 2 | -0/+895 | |
|\ | ||||||
| * | added definition for SVG.prepare | rdfriedl | 2016-04-01 | 1 | -0/+1 | |
| * | added svg.js.d.ts | rdfriedl | 2016-03-31 | 2 | -0/+894 | |
* | | fixed bug where `stop(true)` throws an error when element is not animated (#475) | Ulrich-Matthias Schäfer | 2016-04-09 | 4 | -4/+5 | |
* | | fixed old target references | Ulrich-Matthias Schäfer | 2016-04-09 | 5 | -10/+13 | |
* | | fixed `SVG.morph()` (#473) | Ulrich-Matthias Schäfer | 2016-04-03 | 5 | -14/+22 | |
* | | doublecheck SVG.parser, use svg element which is not in the dom (#471) | Ulrich-Matthias Schäfer | 2016-04-02 | 5 | -10/+30 | |
* | | fix parser error (#471) and small bug in SVG.Color with new fx | Ulrich-Matthias Schäfer | 2016-04-01 | 4 | -30/+26 | |
|/ | ||||||
* | bump 2.3.02.3.0 | Ulrich-Matthias Schäfer | 2016-03-30 | 6 | -8/+7 | |
* | readme update, clean up | Ulrich-Matthias Schäfer | 2016-03-29 | 5 | -98/+151 | |
* | tidy up | Ulrich-Matthias Schäfer | 2016-03-29 | 3 | -31/+3 | |
* | fix finishing up correctly with even loops, readme | Ulrich-Matthias Schäfer | 2016-03-29 | 5 | -25/+35 | |
* | Email address fix | wout | 2016-03-28 | 1 | -1/+1 | |
* | discard totalProgress for now | Ulrich-Matthias Schäfer | 2016-03-28 | 4 | -38/+4 | |
* | revert multiple breaking changes introduced by the last commits | Ulrich-Matthias Schäfer | 2016-03-28 | 6 | -226/+308 | |
* | Update Readme, still not done | Ulrich-Matthias Schäfer | 2016-03-25 | 1 | -30/+40 | |
* | fixed bug where loop wasnt correctly reversed if specified | Ulrich-Matthias Schäfer | 2016-03-25 | 3 | -15/+16 | |
* | Merge branch '3.0.0' introducing several changes: | Ulrich-Matthias Schäfer | 2016-03-24 | 28 | -1842/+4973 | |
|\ | ||||||
| * | Merge branch 'master' into 3.0.0 | Ulrich-Matthias Schäfer | 2016-03-24 | 1 | -1/+1 | |
| |\ | |/ |/| | ||||||
* | | Removed references to old test page | wout | 2016-03-14 | 2 | -2/+2 | |
| * | fix lines function for textpath and make textpath a parent element | Ulrich-Matthias Schäfer | 2016-03-23 | 2 | -2/+4 | |
| * | Implementation new fx module | Ulrich-Matthias Schäfer | 2016-03-23 | 12 | -597/+2168 | |
| * | updated jasmine and specs | Ulrich-Matthias Schäfer | 2016-03-23 | 14 | -969/+2743 | |
| * | make the animate method compatible to v2 again | Ulrich-Matthias Schäfer | 2016-02-15 | 1 | -6/+10 | |
| * | Merge branch 'master' into 3.0.0 | Ulrich-Matthias Schäfer | 2016-02-10 | 17 | -72/+385 | |
| |\ | |/ |/| | ||||||
* | | fixed error where a parent node is not found when loading an image but the ca... | Ulrich-Matthias Schäfer | 2016-02-10 | 3 | -3/+4 | |
* | | Merge pull request #447 from assembler/patch-1 | Ulrich-Matthias Schäfer | 2016-02-10 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | Update element.js | Milovan Zogovic | 2016-01-22 | 1 | -1/+1 | |
* | | | changelog for last commit | Ulrich-Matthias Schäfer | 2016-01-23 | 1 | -0/+1 | |
* | | | fixed unit unit regex and renamed it to numberAndUnit, added specs (fix #443) | Ulrich-Matthias Schäfer | 2016-01-23 | 6 | -27/+52 | |
|/ / | ||||||
* | | fixed `svgjs:data` attribute which was not set properly in all browsers (#428) | Ulrich-Matthias Schäfer | 2016-01-21 | 8 | -43/+87 | |
* | | added `point()` to readme | Ulrich-Matthias Schäfer | 2016-01-19 | 1 | -0/+11 | |
* | | added specs for `isNumber()` and compile svg.js | Ulrich-Matthias Schäfer | 2016-01-18 | 3 | -4/+21 | |
* | | Merge pull request #444 from snowyplover/patch-1 | Ulrich-Matthias Schäfer | 2016-01-17 | 1 | -2/+2 | |
|\ \ | ||||||
| * | | Fix regex for isNumber | snowyplover | 2016-01-17 | 1 | -2/+2 | |
* | | | Merge pull request #442 from akauppi/readme-fix | Ulrich-Matthias Schäfer | 2016-01-17 | 1 | -2/+2 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | commentary fix; circle and ellipse sample code | Asko Kauppi | 2016-01-16 | 1 | -2/+2 | |
|/ / | ||||||
* | | added SVG.Point class as wrapper for SVGPoint, added `el.point()` method (#40... | Ulrich-Matthias Schäfer | 2016-01-11 | 8 | -5/+284 | |
* | | bump 2.2.52.2.5 | Ulrich-Matthias Schäfer | 2015-12-29 | 4 | -4/+4 | |
* | | `matrixify()` will not apply the calculated matrix to the node anymore | Ulrich-Matthias Schäfer | 2015-12-29 | 4 | -9/+10 | |
* | | Merge pull request #434 from makarti/x-and-y-methods-string-parameter-issue | Ulrich-Matthias Schäfer | 2015-12-29 | 4 | -14/+25 | |
|\ \ | ||||||
| * | | fix #433 | Denis Mosolov | 2015-12-29 | 4 | -14/+25 | |
|/ / | ||||||
| * | Merge branch 'master' into 3.0.0 | Ulrich-Matthias Schäfer | 2015-12-23 | 3 | -2/+8 | |
| |\ | |/ |/| | ||||||
* | | added check for existence of node (fix #431) | Ulrich-Matthias Schäfer | 2015-12-23 | 3 | -2/+8 | |
| * | relative movements, delayed (queued) start of animation | Ulrich-Matthias Schäfer | 2015-12-23 | 4 | -29/+43 |