aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * fix syntax errordotnetCarpenter2016-10-051-1/+1
| |
| * test with newer version of chromedotnetCarpenter2016-10-051-3/+3
| |
| * --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 ↵dotnetCarpenter2016-10-053-2/+3
| | | | | | | | different results. Thats why we took chrome as base.
| * remove redundant npm install - travis do this for us because we're a node ↵dotnetCarpenter2016-10-041-2/+0
| | | | | | | | project
| * 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 ↵dotnetCarpenter2016-10-044-61/+59
| | | | | | | | to be executed individually (syntax errors)
| * try to run test with individual files instead of the concated version so it ↵dotnetCarpenter2016-10-045-56/+139
| | | | | | | | is easier to track down the source file
| * fixed gulp clean task not returning a PromisedotnetCarpenter2016-10-044-12/+5328
| |
| * update dependenciesdotnetCarpenter2016-10-044-5329/+14
| |
* | fixed specs for SVG.Point, fixes #530Ulrich-Matthias Schäfer2016-10-122-8/+9
| |
* | tests now pass in FirefoxUlrich-Matthias Schäfer2016-10-124-27/+76
|/
* 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
| | | | | - removed `SVG.Text.clone()` which is inherited by `SVG.Element.clone()` - make element visible when call bbox on a clone
* Merge pull request #508 from Alexandre-Peyron/masterUlrich-Matthias Schäfer2016-07-121-0/+11
|\ | | | | add error callback on image loading
| * 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 animation
| * 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.md
| * | 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 document.contains to document.documentElement.contains
| * | Changed to document.documentElement.containssnydesc2016-05-251-1/+1
| | | | | | | | | | | | | | | document.contains will not work in IE. document.body.contains will work in IE, Chrome, and Firefox however will not work on SVG only documents. document.documentElement.contains appears to work for all variations.
| * | Changed document.contains to document.body.containssnydesc2016-05-241-1/+1
|/ / | | | | The document object in IE does not have the contains function as a method. This can cause a stack overflow as you can get stuck in an endless try catch loop. document.body.contains will work in IE, Firefox, and Chrome and will resolve this issue.
* | 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
| | | | | | | | added spec for mentioned issue
* | 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
| |