Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | fix syntax error | dotnetCarpenter | 2016-10-05 | 1 | -1/+1 | |
| | | ||||||
| * | test with newer version of chrome | dotnetCarpenter | 2016-10-05 | 1 | -3/+3 | |
| | | ||||||
| * | --amend | dotnetCarpenter | 2016-10-05 | 1 | -1/+1 | |
| | | ||||||
| * | configure chromium to be chrome on travis | dotnetCarpenter | 2016-10-05 | 2 | -3/+16 | |
| | | ||||||
| * | probing for chrome on travis | dotnetCarpenter | 2016-10-05 | 1 | -1/+1 | |
| | | ||||||
| * | Many of the failing tests are rounding errors. Different browsers delivered ↵ | dotnetCarpenter | 2016-10-05 | 3 | -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 ↵ | dotnetCarpenter | 2016-10-04 | 1 | -2/+0 | |
| | | | | | | | | project | |||||
| * | Firefox 31 is really old - we want to test against a newer browser | dotnetCarpenter | 2016-10-04 | 1 | -0/+3 | |
| | | ||||||
| * | Apparently travis is running Firefox 31 which doesn't support 'let' | dotnetCarpenter | 2016-10-04 | 1 | -2/+2 | |
| | | ||||||
| * | add travis badge | dotnetCarpenter | 2016-10-04 | 1 | -1/+1 | |
| | | ||||||
| * | add the CSS as a fixture - not sure if its needed for the tests but here it is | dotnetCarpenter | 2016-10-04 | 4 | -13/+35 | |
| | | ||||||
| * | updated stand-alone jasmine to 2.5.2 | dotnetCarpenter | 2016-10-04 | 7 | -112/+301 | |
| | | ||||||
| * | try to run travis | dotnetCarpenter | 2016-10-04 | 1 | -1/+1 | |
| | | ||||||
| * | cli unit test setup done | dotnetCarpenter | 2016-10-04 | 4 | -13/+21 | |
| | | ||||||
| * | trying out karma-fixture | dotnetCarpenter | 2016-10-04 | 3 | -1/+24 | |
| | | ||||||
| * | fix missing ) which caused a subtle syntax error | dotnetCarpenter | 2016-10-04 | 1 | -1/+1 | |
| | | ||||||
| * | using the dist version of svg.js for testing because the code is not meant ↵ | dotnetCarpenter | 2016-10-04 | 4 | -61/+59 | |
| | | | | | | | | to be executed individually (syntax errors) | |||||
| * | try to run test with individual files instead of the concated version so it ↵ | dotnetCarpenter | 2016-10-04 | 5 | -56/+139 | |
| | | | | | | | | is easier to track down the source file | |||||
| * | fixed gulp clean task not returning a Promise | dotnetCarpenter | 2016-10-04 | 4 | -12/+5328 | |
| | | ||||||
| * | update dependencies | dotnetCarpenter | 2016-10-04 | 4 | -5329/+14 | |
| | | ||||||
* | | fixed specs for SVG.Point, fixes #530 | Ulrich-Matthias Schäfer | 2016-10-12 | 2 | -8/+9 | |
| | | ||||||
* | | tests now pass in Firefox | Ulrich-Matthias Schäfer | 2016-10-12 | 4 | -27/+76 | |
|/ | ||||||
* | Added intersections plugin | Wout | 2016-09-22 | 1 | -0/+3 | |
| | ||||||
* | Updated benchmarking system | wout | 2016-08-06 | 4 | -49/+99 | |
| | ||||||
* | Added Snap.svg to benchmarking system | wout | 2016-08-04 | 3 | -8/+20 | |
| | ||||||
* | Added bench styling | wout | 2016-08-04 | 2 | -2/+10 | |
| | ||||||
* | Added native testcases for benchmarking system | wout | 2016-08-04 | 3 | -8/+54 | |
| | ||||||
* | Fixed typo in benchmark script | wout | 2016-08-04 | 1 | -1/+1 | |
| | ||||||
* | Added benchmark script | wout | 2016-08-04 | 3 | -0/+120 | |
| | ||||||
* | Version bump | wout | 2016-08-04 | 2 | -3/+3 | |
| | ||||||
* | Merge branch '2.3.x-speed'2.3.4 | wout | 2016-08-04 | 18 | -67/+103 | |
|\ | ||||||
| * | Version bump | wout | 2016-08-04 | 4 | -5/+9 | |
| | | ||||||
| * | Speed improvements on parent element | wout | 2016-08-04 | 14 | -62/+94 | |
|/ | ||||||
* | fixed #514 and #5162.3.3 | Ulrich-Matthias Schäfer | 2016-08-02 | 8 | -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/master | Ulrich-Matthias Schäfer | 2016-07-12 | 1 | -0/+11 | |
|\ | | | | | add error callback on image loading | |||||
| * | add error callback on image loading | Alexandre Peyron | 2016-07-12 | 1 | -0/+11 | |
|/ | ||||||
* | bump 2.3.22.3.2 | Ulrich-Matthias Schäfer | 2016-06-21 | 6 | -9/+14 | |
| | ||||||
* | Update changelog | Ulrich-Matthias Schäfer | 2016-06-21 | 1 | -0/+2 | |
| | ||||||
* | Merge pull request #481 from mkorganashvili/patch-1 | Wout | 2016-06-12 | 1 | -0/+5 | |
|\ | | | | | Fix groups animation | |||||
| * | Fix groups animation | mkorganashvili | 2016-04-25 | 1 | -0/+5 | |
| | | ||||||
* | | Merge pull request #494 from d-asensio/patch-1 | Ulrich-Matthias Schäfer | 2016-05-29 | 1 | -1/+1 | |
|\ \ | | | | | | | Corrected typo in README.md | |||||
| * | | Corrected typo in README.md | David Asensio Cañas | 2016-05-29 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge pull request #490 from snydesc/master | Ulrich-Matthias Schäfer | 2016-05-26 | 1 | -1/+1 | |
|\ \ | | | | | | | Changed document.contains to document.documentElement.contains | |||||
| * | | Changed to document.documentElement.contains | snydesc | 2016-05-25 | 1 | -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.contains | snydesc | 2016-05-24 | 1 | -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 button | Ulrich-Matthias Schäfer | 2016-05-16 | 1 | -12/+1 | |
| | | ||||||
* | | added donate button | Ulrich-Matthias Schäfer | 2016-05-16 | 1 | -0/+13 | |
| | | ||||||
* | | fixed line constructor which doesn't work with Array as input (#487) | Ulrich-Matthias Schäfer | 2016-05-16 | 5 | -4/+18 | |
| | | | | | | | | added spec for mentioned issue | |||||
* | | fixed bbox when element is not in the dom (#480), added parameter to `clone` | Ulrich-Matthias Schäfer | 2016-05-13 | 8 | -50/+79 | |
| | | ||||||
* | | changelog | Ulrich-Matthias Schäfer | 2016-05-13 | 1 | -0/+1 | |
| | |