aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * fixing testUlrich-Matthias Schäfer2017-03-161-1/+1
* | removed `loaded()` and `error()`/`changed load()`Ulrich-Matthias Schäfer2017-03-193-217/+17
* | removing SVG.Set completelyUlrich-Matthias Schäfer2017-03-1610-256/+35
* | remove feature to set style with css stringUlrich-Matthias Schäfer2017-03-161-6/+0
* | Merge branch 'master' into 3.0.0Ulrich-Matthias Schäfer2017-03-164-32/+56
|\|
| * make more tests pass in IEUlrich-Matthias Schäfer2017-03-154-34/+53
| * move most regexe to SVG.regex, fix matrix constructor for string argumentUlrich-Matthias Schäfer2017-03-141-1/+7
* | unified all boxes (#634)Ulrich-Matthias Schäfer2017-03-165-265/+147
* | update specs, fix mistakes, include flatten.js to distUlrich-Matthias Schäfer2017-03-104-27/+19
|/
* fixed a bug with clone which didnt copy over dom data (#621)Ulrich-Matthias Schäfer2017-03-091-1/+8
* make events cancelable by default (#550) - version 5Ulrich-Matthias Schäfer2017-03-091-7/+20
* Fix offset produced by svg parser (#553)Ulrich-Matthias Schäfer2017-03-081-1/+1
* add ability to use `font()` method like `attr()` method (#620)Ulrich-Matthias Schäfer2017-03-081-6/+16
* added SVG.Box, added transform method to boxes, fix rbox (#626)Ulrich-Matthias Schäfer2017-03-083-99/+143
* fixes SVG.PointArray.size() which created NaN when the bbox of the point arra...Ulrich-Matthias Schäfer2017-03-081-28/+44
* Fix Animating a flip transform does not work #624Rémi Tétreault2017-03-071-3/+59
* Make the method dequeue stop the current animationRémi Tétreault2017-03-071-16/+9
* Have stop be called after each test of the fx moduleRémi Tétreault2017-03-071-11/+18
* make flip working with both axis when no parameter / only offset is passedUlrich-Matthias Schäfer2017-03-062-4/+23
* speed up path parsing for most casesUlrich-Matthias Schäfer2017-03-061-0/+7
* `dx()/dy()` now accepts percentage values, too (#524)Ulrich-Matthias Schäfer2017-03-051-2/+20
* fixed error in event which did not clean up `SVG.handlerMap` properly (#518)Ulrich-Matthias Schäfer2017-03-051-0/+14
* added test cases to increase code coverageUlrich-Matthias Schäfer2017-03-012-13/+12
* added test cases to increase coverageUlrich-Matthias Schäfer2017-03-012-0/+76
* added test cases to increase code coverageUlrich-Matthias Schäfer2017-03-011-8/+255
* Added test cases to increase code coverageUlrich-Matthias Schäfer2017-03-011-0/+143
* added test case for ungroup/flattenUlrich-Matthias Schäfer2017-03-011-9/+74
* fixed bug in SVG.Transformations when creating with array/argument list.Ulrich-Matthias Schäfer2017-02-283-0/+332
* added tests to increase code coverageUlrich-Matthias Schäfer2017-02-288-6/+404
* added tests to increase code coverageUlrich-Matthias Schäfer2017-02-283-6/+21
* added test cases to increase coverageUlrich-Matthias Schäfer2017-02-275-23/+147
* Add tests for the animate method of the FX moduleRémi Tétreault2017-02-251-0/+44