summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |\ | |/ |/|
* | Removed references to old test pagewout2016-03-142-2/+2
| |
| * fix lines function for textpath and make textpath a parent elementUlrich-Matthias Schäfer2016-03-232-2/+4
| |
| * Implementation new fx moduleUlrich-Matthias Schäfer2016-03-2312-597/+2168
| |
| * updated jasmine and specsUlrich-Matthias Schäfer2016-03-2314-969/+2743
| |
| * make the animate method compatible to v2 againUlrich-Matthias Schäfer2016-02-151-6/+10
| |
| * Merge branch 'master' into 3.0.0Ulrich-Matthias Schäfer2016-02-1017-72/+385
| |\ | |/ |/|
* | fixed error where a parent node is not found when loading an image but the ↵Ulrich-Matthias Schäfer2016-02-103-3/+4
| | | | | | | | canvas was cleared (#447)
* | Merge pull request #447 from assembler/patch-1Ulrich-Matthias Schäfer2016-02-101-1/+1
|\ \ | | | | | | Uncaught TypeError: Cannot read property 'node' of null
| * | Update element.jsMilovan Zogovic2016-01-221-1/+1
| | | | | | | | | I've encountered situation where SVG.adopt (line 176) returns null, which leads to `Uncaught TypeError: Cannot read property 'node' of null`. Checking whether parent exists fixes it.
* | | changelog for last commitUlrich-Matthias Schäfer2016-01-231-0/+1
| | |
* | | fixed unit unit regex and renamed it to numberAndUnit, added specs (fix #443)Ulrich-Matthias Schäfer2016-01-236-27/+52
|/ /
* | fixed `svgjs:data` attribute which was not set properly in all browsers (#428)Ulrich-Matthias Schäfer2016-01-218-43/+87
| | | | | | | | | | added specs for `writeDataToDom()` and `setData()` added toJSON in SVG.Number
* | added `point()` to readmeUlrich-Matthias Schäfer2016-01-191-0/+11
| |