aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Initial planning for the Timeline ModuleSaivan2018-04-182-1/+112
* Removed gbox and fixed a few typosSaivan2018-03-051-3/+3
* Fixed recommendations by @Fuzzyma regarding transformsSaivan2018-03-055-144/+26
* Integrated the transformations into the changes in 3.0.0Saivan2018-03-041-7/+0
|\
| * removed `size()` from `SVG.Text` to avoid name clashUlrich-Matthias Schäfer2018-03-031-7/+0
* | Fixed all transformation tests, the new transforms are readySaivan2018-03-043-16/+22
* | Fixed most of the tests relating to transformationsSaivan2018-03-045-602/+637
* | Added matrix composition and decompositionsSaivan2018-03-031-2/+2
* | All transformations except fx and Transformations are passing nowSaivan2018-03-029-49/+41
* | Fixed a few more specifications regarding the new transformsSaivan2018-03-027-81/+42
* | Fixed some tests involving transforms and elementsSaivan2018-03-026-78/+83
|\|
| * fixed all that errors which come along when removing an object. Fixed tests, ...Ulrich-Matthias Schäfer2018-03-015-19/+23
| * fixed error that listener was strangely defined even if function was called w...Ulrich-Matthias Schäfer2018-02-271-55/+56
* | Implemented new transformationsSaivan2018-03-024-167/+168
* | Made developing a little more enjoyableSaivan2018-02-271-18/+17
|/
* remove test for `show()`Ulrich-Matthias Schäfer2018-02-061-7/+0
* improved SVG.on and el.on (#727)Ulrich-Matthias Schäfer2017-07-281-252/+31
* Lots of breaking changes. Read below! (#646, #716)Ulrich-Matthias Schäfer2017-07-256-50/+109
* use `children` instead of `childNodes` (#710), renamed `previous()` to `prev()`Ulrich-Matthias Schäfer2017-07-101-4/+4
* renamed `fill()` method on `SVG.Gradient` and `SVG.Pattern` to `url()` (#708)Ulrich-Matthias Schäfer2017-07-072-4/+4
* renamed `SVG.Stop` constructor `at()` on `SVG.Gradient` to `stop()` (#707)Ulrich-Matthias Schäfer2017-07-072-31/+31
* reworked textPath (see #705)Ulrich-Matthias Schäfer2017-07-072-37/+48
* Merge branch 'master' into 3.0.0Ulrich-Matthias Schäfer2017-07-0611-1186/+2557
|\
| * Update CHANGELOG and rebuild the libRémi Tétreault2017-05-271-2/+28
| * Merge pull request #676 from jcorentin/fix-height-width-animationRémi Tétreault2017-05-261-0/+16
| |\
| | * Add unit tests for width & height animationCorentin J2017-05-111-0/+16
| * | fixed `SVG.FX.step` so that the animation doesn't stop if an afterAll callbac...Rémi Tétreault2017-05-141-10/+27
| |/
| * revert the previous commitRémi Tétreault2017-05-021-122/+0
| * allow SVG.Matrix to be passed SVG.NumberRémi Tétreault2017-05-011-0/+122
| * Adds the intended functionality to call animate functions with multiple param...Ulrich-Matthias Schäfer2017-04-301-2/+2
| * fixed `SVG.FX.once` so that it add its callback on the last situation instead...Rémi Tétreault2017-04-301-0/+9
| * format fixture svg and remove redundant css (use fixture.css instead)dotnetCarpenter2017-04-272-38/+32
| * move fixtures to the fixtures folderdotnetCarpenter2017-04-272-0/+0
| * updated jasmine to 2.6.0 and added @RmiTtro as maintainerdotnetCarpenter2017-04-267-1135/+2444
| * fixed a bug in path parser which made it stop parsing when hitting z command ...Ulrich-Matthias Schäfer2017-04-251-3/+3
* | fix testcasesUlrich-Matthias Schäfer2017-04-251-2/+2
* | fixed a bug in path parser which made it stop parsing when hitting z command ...Ulrich-Matthias Schäfer2017-04-251-3/+3
* | ids are not generated upon creation anymoreUlrich-Matthias Schäfer2017-04-237-32/+37
* | changed `style()` to `css()`Ulrich-Matthias Schäfer2017-04-222-54/+56
* | Merge branch 'master' into 3.0.0Ulrich-Matthias Schäfer2017-04-2225-335/+694
|\|
| * Fix the flip transform on both axisRémi Tétreault2017-04-153-2/+140
| * clean up and added changes to CHANGELOGdotnetCarpenter2017-04-111-10/+10
| * re-added all specs from the spec/spec/ folderdotnetCarpenter2017-04-111-35/+36
| * fix passUlrich-Matthias Schäfer2017-04-091-1/+1
| * make last test passing in svg docsUlrich-Matthias Schäfer2017-04-092-11/+13
| * clear does not remove parser anymoreUlrich-Matthias Schäfer2017-03-296-96/+138
| * relax testUlrich-Matthias Schäfer2017-03-275-30/+3
| * Speed improvements for plot() on path, polygon and poly line elements.wout2017-03-243-14/+89
| * fixed `SVG.PathArray.parse` that did not correctly parsed flat arraysUlrich-Matthias Schäfer2017-03-241-1/+11
| * onclick events are now bound with SVG.on, prefixed globals, relax tests to wo...Ulrich-Matthias Schäfer2017-03-2117-184/+285