summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Release 2.5.02.5.0Ulrich-Matthias Schäfer2017-03-104-5/+5
* fix bug in box when box with top and left is given which is 0 (#632)Ulrich-Matthias Schäfer2017-03-093-6/+6
* updated changelogUlrich-Matthias Schäfer2017-03-091-0/+1
* fixed a bug with clone which didnt copy over dom data (#621)Ulrich-Matthias Schäfer2017-03-094-7/+20
* update changelogUlrich-Matthias Schäfer2017-03-091-0/+2
* make events cancelable by default (#550) - version 5Ulrich-Matthias Schäfer2017-03-095-25/+48
* start the animation when after(All)/during(All) is called (#583)Ulrich-Matthias Schäfer2017-03-094-22/+38
* Fix offset produced by svg parser (#553)Ulrich-Matthias Schäfer2017-03-085-5/+6
* update changelogUlrich-Matthias Schäfer2017-03-081-0/+1
* add ability to use `font()` method like `attr()` method (#620)Ulrich-Matthias Schäfer2017-03-084-28/+40
* update changelogUlrich-Matthias Schäfer2017-03-081-0/+1
* fix documet.contains bug in IE (#612)Ulrich-Matthias Schäfer2017-03-083-8/+26
* added SVG.Box, added transform method to boxes, fix rbox (#626)Ulrich-Matthias Schäfer2017-03-0810-275/+366
* fixes SVG.PointArray.size() which created NaN when the bbox of the point arra...Ulrich-Matthias Schäfer2017-03-085-35/+52
* Fix Animating a flip transform does not work #624Rémi Tétreault2017-03-074-9/+65
* Make the method dequeue stop the current animationRémi Tétreault2017-03-074-29/+24
* Have stop be called after each test of the fx moduleRémi Tétreault2017-03-071-11/+18
* add rotate() as an animation method in typescriptdotnetCarpenter2017-03-081-0/+1
* make flip working with both axis when no parameter / only offset is passedUlrich-Matthias Schäfer2017-03-067-15/+47
* fix bug in rebuild, remove x adjusting in x method (#616)Ulrich-Matthias Schäfer2017-03-063-14/+4
* speed up path parsing for most casesUlrich-Matthias Schäfer2017-03-068-59/+66
* added `font()` method to `SVG.Tspan` (#599)Ulrich-Matthias Schäfer2017-03-054-5/+6
* `dx()/dy()` now accepts percentage values, too (#524)Ulrich-Matthias Schäfer2017-03-055-8/+27
* fixed error in event which did not clean up `SVG.handlerMap` properly (#518)Ulrich-Matthias Schäfer2017-03-055-2/+19
* removed at() helper which is not used anymoreUlrich-Matthias Schäfer2017-03-032-27/+1
* 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-286-35/+361
* update changelogUlrich-Matthias Schäfer2017-02-281-0/+2
* added tests to increase code coverageUlrich-Matthias Schäfer2017-02-2812-11/+413
* removed old fx code which is unused (#605)Ulrich-Matthias Schäfer2017-02-284-52/+3
* added tests to increase code coverageUlrich-Matthias Schäfer2017-02-283-6/+21
* added test cases to increase coverageUlrich-Matthias Schäfer2017-02-276-23/+156
* Add tests for the animate method of the FX moduleRémi Tétreault2017-02-251-0/+44
* Add tests for when the user call stop/finish in during callbackRémi Tétreault2017-02-251-0/+12
* Add tests for the method atEnd of the FX moduleRémi Tétreault2017-02-254-31/+164
* Correct some tests for the at_ methods of the FX moduleRémi Tétreault2017-02-251-4/+4
* added test cases to increase code coverageUlrich-Matthias Schäfer2017-02-253-10/+31
* update changelogUlrich-Matthias Schäfer2017-02-251-0/+2
* viewbox now also accepts arrays and stringsUlrich-Matthias Schäfer2017-02-254-49/+35
* added test cases to increase code coverageUlrich-Matthias Schäfer2017-02-2513-16/+189
* added a few missing tests to increase coverageUlrich-Matthias Schäfer2017-02-246-2/+155
* `SVG.Array` now accepts a comma seperated string and returns array of numbers...Ulrich-Matthias Schäfer2017-02-243-4/+6
* newlinesUlrich-Matthias Schäfer2017-02-242-2/+2
* Added SVG.Symbol so SVG.adopt can pick up symbols correctlyUlrich-Matthias Schäfer2017-02-248-29/+49
* slim down the SVG.TBox to SVG.RBox mapping (new SVG.TBox will not work)dotnetCarpenter2017-02-245-33/+35
* deprecate SVG.TBoxdotnetCarpenter2017-02-244-15/+38