summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * make last test passing in svg docsUlrich-Matthias Schäfer2017-04-094-16/+18
| * Updated CHANGELOGwout2017-04-077-11/+40
| * change my email from gmail to svgjs.comdotnetCarpenter2017-03-311-1/+1
| * clear does not remove parser anymoreUlrich-Matthias Schäfer2017-03-2913-127/+201
| * make path parsing even fasterUlrich-Matthias Schäfer2017-03-273-161/+180
| * bump 2.5.12.5.1Ulrich-Matthias Schäfer2017-03-274-7/+7
| * relax testUlrich-Matthias Schäfer2017-03-275-30/+3
| * Speed improvements for plot() on path, polygon and poly line elements.wout2017-03-247-28/+123
| * fixed `SVG.PathArray.parse` that did not correctly parsed flat arraysUlrich-Matthias Schäfer2017-03-246-10/+27
| * onclick events are now bound with SVG.on, prefixed globals, relax tests to wo...Ulrich-Matthias Schäfer2017-03-2125-217/+309
| * typescript definitions updated, minor fix in TransformationsUlrich-Matthias Schäfer2017-03-194-149/+196
| * missed another oneUlrich-Matthias Schäfer2017-03-193-4/+4
| * missed oneUlrich-Matthias Schäfer2017-03-183-4/+4
| * prefix globals with window so window can be injected properlyUlrich-Matthias Schäfer2017-03-187-16/+16
| * fixing testUlrich-Matthias Schäfer2017-03-161-1/+1
| * fixes bug in style when css string ends with ;Ulrich-Matthias Schäfer2017-03-163-10/+14
* | removed `loaded()` and `error()`/`changed load()`Ulrich-Matthias Schäfer2017-03-198-296/+63
* | missed another oneUlrich-Matthias Schäfer2017-03-193-4/+4
* | prefix globals with window so window can be injected properlyUlrich-Matthias Schäfer2017-03-187-26/+16
* | added linter which can be run with `npm run lint`Ulrich-Matthias Schäfer2017-03-181-2/+14
* | update changelogUlrich-Matthias Schäfer2017-03-171-3/+2
* | removing SVG.Set completelyUlrich-Matthias Schäfer2017-03-1621-648/+76
* | update changelog according to last commitUlrich-Matthias Schäfer2017-03-161-0/+1
* | rework import/export method to be more straight forward and without regex magicUlrich-Matthias Schäfer2017-03-163-35/+25
* | remove feature to set style with css stringUlrich-Matthias Schäfer2017-03-166-36/+26
* | Merge branch 'master' into 3.0.0Ulrich-Matthias Schäfer2017-03-1615-105/+95
|\|
| * Typescript definitions edits: element.stop, container.polyline(), select(): S...showdep2017-03-151-10/+10
| * make more tests pass in IEUlrich-Matthias Schäfer2017-03-157-43/+56
| * move most regexe to SVG.regex, fix matrix constructor for string argumentUlrich-Matthias Schäfer2017-03-1410-57/+31
| * update link to travis-cidotnetCarpenter2017-03-141-1/+1
| * point release 2.5.0 to our tagged releasedotnetCarpenter2017-03-141-1/+1
| * added rotate, skew, scale and translate to typings documentation as written i...dotnetCarpenter2017-03-101-2/+6
* | unified all boxes (#634)Ulrich-Matthias Schäfer2017-03-1615-821/+471
* | update specs, fix mistakes, include flatten.js to distUlrich-Matthias Schäfer2017-03-109-141/+71
* | Making initial changes for svg.js v3.0Ulrich-Matthias Schäfer2017-03-1011-124/+72
|/
* 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