summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* make more tests pass in IEUlrich-Matthias Schäfer2017-03-151-3/+0
* move most regexe to SVG.regex, fix matrix constructor for string argumentUlrich-Matthias Schäfer2017-03-147-26/+10
* fix bug in box when box with top and left is given which is 0 (#632)Ulrich-Matthias Schäfer2017-03-091-1/+1
* fixed a bug with clone which didnt copy over dom data (#621)Ulrich-Matthias Schäfer2017-03-091-1/+4
* make events cancelable by default (#550) - version 5Ulrich-Matthias Schäfer2017-03-092-13/+18
* start the animation when after(All)/during(All) is called (#583)Ulrich-Matthias Schäfer2017-03-092-9/+17
* 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-10/+11
* fix documet.contains bug in IE (#612)Ulrich-Matthias Schäfer2017-03-081-2/+11
* added SVG.Box, added transform method to boxes, fix rbox (#626)Ulrich-Matthias Schäfer2017-03-084-83/+105
* fixes SVG.PointArray.size() which created NaN when the bbox of the point arra...Ulrich-Matthias Schäfer2017-03-081-2/+2
* Fix Animating a flip transform does not work #624Rémi Tétreault2017-03-071-2/+2
* Make the method dequeue stop the current animationRémi Tétreault2017-03-071-5/+6
* make flip working with both axis when no parameter / only offset is passedUlrich-Matthias Schäfer2017-03-062-2/+8
* fix bug in rebuild, remove x adjusting in x method (#616)Ulrich-Matthias Schäfer2017-03-061-6/+1
* speed up path parsing for most casesUlrich-Matthias Schäfer2017-03-064-28/+17
* added `font()` method to `SVG.Tspan` (#599)Ulrich-Matthias Schäfer2017-03-051-1/+1
* `dx()/dy()` now accepts percentage values, too (#524)Ulrich-Matthias Schäfer2017-03-051-2/+2
* fixed error in event which did not clean up `SVG.handlerMap` properly (#518)Ulrich-Matthias Schäfer2017-03-051-0/+1
* removed at() helper which is not used anymoreUlrich-Matthias Schäfer2017-03-031-13/+0
* fixed bug in SVG.Transformations when creating with array/argument list.Ulrich-Matthias Schäfer2017-02-281-16/+13
* added tests to increase code coverageUlrich-Matthias Schäfer2017-02-282-1/+3
* removed old fx code which is unused (#605)Ulrich-Matthias Schäfer2017-02-282-24/+0
* Add tests for the method atEnd of the FX moduleRémi Tétreault2017-02-251-12/+14
* viewbox now also accepts arrays and stringsUlrich-Matthias Schäfer2017-02-251-22/+11
* `SVG.Array` now accepts a comma seperated string and returns array of numbers...Ulrich-Matthias Schäfer2017-02-241-1/+1
* newlinesUlrich-Matthias Schäfer2017-02-242-2/+2
* Added SVG.Symbol so SVG.adopt can pick up symbols correctlyUlrich-Matthias Schäfer2017-02-242-5/+14
* slim down the SVG.TBox to SVG.RBox mapping (new SVG.TBox will not work)dotnetCarpenter2017-02-241-14/+3
* deprecate SVG.TBoxdotnetCarpenter2017-02-241-3/+17
* remove SVG.TBoxdotnetCarpenter2017-02-231-35/+4
* Allow 0 to be passed without unitRémi Tétreault2017-02-221-4/+8
* Added clone method to SVG.Array/PointArray/PathArray (#590)Ulrich-Matthias Schäfer2017-02-204-13/+30
* Make some change to the previous commitRémi Tétreault2017-02-174-9/+9
* Sort out leftovers from the old fx moduleRémi Tétreault2017-02-167-67/+81
* Make some fixes in SVG.PathArrayRémi Tétreault2016-12-231-9/+9
* Implement a more basic morph method for SVG.PathArrayRémi Tétreault2016-12-203-608/+33
* Implement the morph method of SVG.PathArrayRémi Tétreault2016-12-203-9/+641
* gentle optimization of PR #549dotnetCarpenter2016-11-121-2/+2
* Revert "optimize loop performance"dotnetCarpenter2016-11-121-48/+48
* optimize loop performancedotnetCarpenter2016-11-121-48/+48
* Fix going down prototype chainPreston Tighe2016-11-111-1/+1
* Fix the bug where relative matrix transforms are not animatedRémi Tétreault2016-11-093-8/+9
* Fix a bug with the animation of a scale transformRémi Tétreault2016-11-081-0/+6
* Fix and improve the dequeue method of the FX moduleRémi Tétreault2016-11-031-30/+24
* Merge pull request #504 from tkiss/animations_es6-7_fixUlrich-Matthias Schäfer2016-11-031-3/+3
|\
| * Fix broken animations, if using polyfills for es6/7 proposals (in this case S...Tamás2016-06-231-3/+3
* | Fix the implementation of the skew transformRémi Tétreault2016-11-021-6/+20
* | Make the code in the FX module simplerRémi Tétreault2016-11-011-35/+85
* | Make matrixify work with transformation chain separated by commasRémi Tétreault2016-11-011-3/+3