aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* --amenddotnetCarpenter2016-10-051-1/+1
* configure chromium to be chrome on travisdotnetCarpenter2016-10-052-3/+16
* probing for chrome on travisdotnetCarpenter2016-10-051-1/+1
* Many of the failing tests are rounding errors. Different browsers delivered d...dotnetCarpenter2016-10-053-2/+3
* remove redundant npm install - travis do this for us because we're a node pro...dotnetCarpenter2016-10-041-2/+0
* Firefox 31 is really old - we want to test against a newer browserdotnetCarpenter2016-10-041-0/+3
* Apparently travis is running Firefox 31 which doesn't support 'let'dotnetCarpenter2016-10-041-2/+2
* add travis badgedotnetCarpenter2016-10-041-1/+1
* add the CSS as a fixture - not sure if its needed for the tests but here it isdotnetCarpenter2016-10-044-13/+35
* updated stand-alone jasmine to 2.5.2dotnetCarpenter2016-10-047-112/+301
* try to run travisdotnetCarpenter2016-10-041-1/+1
* cli unit test setup donedotnetCarpenter2016-10-044-13/+21
* trying out karma-fixturedotnetCarpenter2016-10-043-1/+24
* fix missing ) which caused a subtle syntax errordotnetCarpenter2016-10-041-1/+1
* using the dist version of svg.js for testing because the code is not meant to...dotnetCarpenter2016-10-044-61/+59
* try to run test with individual files instead of the concated version so it i...dotnetCarpenter2016-10-045-56/+139
* fixed gulp clean task not returning a PromisedotnetCarpenter2016-10-044-12/+5328
* update dependenciesdotnetCarpenter2016-10-044-5329/+14
* Added intersections pluginWout2016-09-221-0/+3
* Updated benchmarking systemwout2016-08-064-49/+99
* Added Snap.svg to benchmarking systemwout2016-08-043-8/+20
* Added bench stylingwout2016-08-042-2/+10
* Added native testcases for benchmarking systemwout2016-08-043-8/+54
* Fixed typo in benchmark scriptwout2016-08-041-1/+1
* Added benchmark scriptwout2016-08-043-0/+120
* Version bumpwout2016-08-042-3/+3
* Merge branch '2.3.x-speed'2.3.4wout2016-08-0418-67/+103
|\
| * Version bumpwout2016-08-044-5/+9
| * Speed improvements on parent elementwout2016-08-0414-62/+94
|/
* fixed #514 and #5162.3.3Ulrich-Matthias Schäfer2016-08-028-29/+27
* Merge pull request #508 from Alexandre-Peyron/masterUlrich-Matthias Schäfer2016-07-121-0/+11
|\
| * add error callback on image loadingAlexandre Peyron2016-07-121-0/+11
|/
* bump 2.3.22.3.2Ulrich-Matthias Schäfer2016-06-216-9/+14
* Update changelogUlrich-Matthias Schäfer2016-06-211-0/+2
* Merge pull request #481 from mkorganashvili/patch-1Wout2016-06-121-0/+5
|\
| * Fix groups animationmkorganashvili2016-04-251-0/+5
* | Merge pull request #494 from d-asensio/patch-1Ulrich-Matthias Schäfer2016-05-291-1/+1
|\ \
| * | Corrected typo in README.mdDavid Asensio Cañas2016-05-291-1/+1
|/ /
* | Merge pull request #490 from snydesc/masterUlrich-Matthias Schäfer2016-05-261-1/+1
|\ \
| * | Changed to document.documentElement.containssnydesc2016-05-251-1/+1
| * | Changed document.contains to document.body.containssnydesc2016-05-241-1/+1
|/ /
* | fix donate buttonUlrich-Matthias Schäfer2016-05-161-12/+1
* | added donate buttonUlrich-Matthias Schäfer2016-05-161-0/+13
* | fixed line constructor which doesn't work with Array as input (#487)Ulrich-Matthias Schäfer2016-05-165-4/+18
* | fixed bbox when element is not in the dom (#480), added parameter to `clone`Ulrich-Matthias Schäfer2016-05-138-50/+79
* | changelogUlrich-Matthias Schäfer2016-05-131-0/+1
* | fixed string parsing in viewbox (#483), specs `SVG.ViewBox`Ulrich-Matthias Schäfer2016-05-1311-213/+351
* | bump 2.3.12.3.1Ulrich-Matthias Schäfer2016-05-055-6/+6
* | fixed bug in `parse()` from `SVG.PathArray` which does not correctly handled ...Ulrich-Matthias Schäfer2016-05-056-64/+69
|/
* fixed bug in `add()` and `SVG.Doc().create()`Ulrich-Matthias Schäfer2016-04-157-18/+35