aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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 ca...Ulrich-Matthias Schäfer2016-02-103-3/+4
| * Merge pull request #447 from assembler/patch-1Ulrich-Matthias Schäfer2016-02-101-1/+1
| |\
| | * Update element.jsMilovan Zogovic2016-01-221-1/+1
| * | 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 `point()` to readmeUlrich-Matthias Schäfer2016-01-191-0/+11
| * added specs for `isNumber()` and compile svg.jsUlrich-Matthias Schäfer2016-01-183-4/+21
| * Merge pull request #444 from snowyplover/patch-1Ulrich-Matthias Schäfer2016-01-171-2/+2
| |\
| | * Fix regex for isNumbersnowyplover2016-01-171-2/+2
| * | Merge pull request #442 from akauppi/readme-fixUlrich-Matthias Schäfer2016-01-171-2/+2
| |\ \ | | |/ | |/|
| | * commentary fix; circle and ellipse sample codeAsko Kauppi2016-01-161-2/+2
| |/
| * added SVG.Point class as wrapper for SVGPoint, added `el.point()` method (#40...Ulrich-Matthias Schäfer2016-01-118-5/+284
| * bump 2.2.52.2.5Ulrich-Matthias Schäfer2015-12-294-4/+4
| * `matrixify()` will not apply the calculated matrix to the node anymoreUlrich-Matthias Schäfer2015-12-294-9/+10
| * Merge pull request #434 from makarti/x-and-y-methods-string-parameter-issueUlrich-Matthias Schäfer2015-12-294-14/+25
| |\
| | * fix #433Denis Mosolov2015-12-294-14/+25
| |/
* | Merge branch 'master' into 3.0.0Ulrich-Matthias Schäfer2015-12-233-2/+8
|\|
| * added check for existence of node (fix #431)Ulrich-Matthias Schäfer2015-12-233-2/+8
* | relative movements, delayed (queued) start of animationUlrich-Matthias Schäfer2015-12-234-29/+43
* | transformation with correct rotation, fixed Color animationUlrich-Matthias Schäfer2015-12-214-81/+153
* | new specs, reverse, initAnimation, after, during, commentsUlrich-Matthias Schäfer2015-12-205-658/+653
* | added all fx methods, styles and attrsUlrich-Matthias Schäfer2015-12-164-133/+663
* | added once and duringUlrich-Matthias Schäfer2015-12-133-27/+105
* | new fx with enqueue method and dedicated SVG.SituationUlrich-Matthias Schäfer2015-12-134-371/+758
* | small change in fx specsUlrich-Matthias Schäfer2015-12-121-1/+1
* | added new provisionally specs for fxUlrich-Matthias Schäfer2015-12-124-3/+68
|/
* bump 2.2.42.2.4Ulrich-Matthias Schäfer2015-12-126-7/+7
* updated changelog, fixed typo in doc and removed semicolonUlrich-Matthias Schäfer2015-12-125-6/+12
* Merge pull request #430 from rdfriedl/masterUlrich-Matthias Schäfer2015-12-114-6/+6
|\
| * fixes for issue #429rdfriedl2015-12-114-6/+6
|/
* Merge pull request #426 from jcvandan/masterUlrich-Matthias Schäfer2015-12-103-6/+6
|\
| * replaced usage of window.scrollX and window.scrollY with standard window.page...Dan Ormisher2015-12-083-6/+6
|/
* transform() returnw a-f now, too, double newlines create blank linesUlrich-Matthias Schäfer2015-12-044-6/+32
* bump 2.2.32.2.3Ulrich-Matthias Schäfer2015-11-306-7/+12
* fix amd loader (see #412)Ulrich-Matthias Schäfer2015-11-303-8/+12
* fixed bug related to the new path parser, text-method of tspan is a getter no...Ulrich-Matthias Schäfer2015-11-304-29/+35
* fixes the null check fix from last commit (fixes #417)Ulrich-Matthias Schäfer2015-11-293-4/+4
* bump 2.2.22.2.2Ulrich-Matthias Schäfer2015-11-286-6/+11
* added null check in image onload callback (fixes #415)Ulrich-Matthias Schäfer2015-11-283-2/+6
* fix leading point bug in path parsing (#416)Ulrich-Matthias Schäfer2015-11-283-14/+36
* Merge pull request #407 from snowyplover/patch-1Ulrich-Matthias Schäfer2015-11-231-293/+327
|\
| * README.md - category editssnowyplover2015-11-201-5/+8
| * Move "Syntax sugar", transform() methodssnowyplover2015-11-171-195/+194
| * Fix description of toParent()snowyplover2015-11-151-1/+1