aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | 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
|/ | | | `S` and `T` (#485)
* fixed bug in `add()` and `SVG.Doc().create()`Ulrich-Matthias Schäfer2016-04-157-18/+35
|
* Merge pull request #470 from rdfriedl/masterUlrich-Matthias Schäfer2016-04-102-0/+895
|\ | | | | added svg.js.d.ts
| * added definition for SVG.preparerdfriedl2016-04-011-0/+1
| |
| * added svg.js.d.tsrdfriedl2016-03-312-0/+894
| |
* | fixed bug where `stop(true)` throws an error when element is not animated (#475)Ulrich-Matthias Schäfer2016-04-094-4/+5
| |
* | fixed old target referencesUlrich-Matthias Schäfer2016-04-095-10/+13
| |
* | fixed `SVG.morph()` (#473)Ulrich-Matthias Schäfer2016-04-035-14/+22
| |
* | doublecheck SVG.parser, use svg element which is not in the dom (#471)Ulrich-Matthias Schäfer2016-04-025-10/+30
| |
* | fix parser error (#471) and small bug in SVG.Color with new fxUlrich-Matthias Schäfer2016-04-014-30/+26
|/
* bump 2.3.02.3.0Ulrich-Matthias Schäfer2016-03-306-8/+7
|
* readme update, clean upUlrich-Matthias Schäfer2016-03-295-98/+151
|
* tidy upUlrich-Matthias Schäfer2016-03-293-31/+3
|
* fix finishing up correctly with even loops, readmeUlrich-Matthias Schäfer2016-03-295-25/+35
|
* Email address fixwout2016-03-281-1/+1
|
* discard totalProgress for nowUlrich-Matthias Schäfer2016-03-284-38/+4
|
* revert multiple breaking changes introduced by the last commitsUlrich-Matthias Schäfer2016-03-286-226/+308
|
* Update Readme, still not doneUlrich-Matthias Schäfer2016-03-251-30/+40
|
* fixed bug where loop wasnt correctly reversed if specifiedUlrich-Matthias Schäfer2016-03-253-15/+16
|
* Merge branch '3.0.0' introducing several changes:Ulrich-Matthias Schäfer2016-03-2428-1842/+4973
|\ | | | | | | | | | | | | | | | | - textpath now is a parent element, the lines method of text will return the tspans inside the textpath (#450) - fx module rewritten to support animation chaining and several other stuff (see docs when commited) - fixed absolute transformation animations (not perfect but better) - fixed event listeners which didnt work correctly when identic funtions used - added `element.is()` which helps to check for the object instance faster (instanceof check) - added more fx specs
| * Merge branch 'master' into 3.0.0Ulrich-Matthias Schäfer2016-03-241-1/+1
| |\ | |/ |/|