aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Fix the test of SVG.FX.afterAllRémi Tétreault2016-10-151-1/+1
* Add tests for SVG.FX.loopRémi Tétreault2016-10-151-1/+153
* all tests pass - All your base are belong to usdotnetCarpenter2016-10-123-654/+14
|\
| * fixed id in test which is different in headless browserUlrich-Matthias Schäfer2016-10-121-2/+2
| * Removed wrong tests in sugar.js, fixed remaining tests. Made fill and stroke ...Ulrich-Matthias Schäfer2016-10-122-644/+12
| * remove redundant testUlrich-Matthias Schäfer2016-10-121-8/+0
* | changing implementation according to review by @FuzzymadotnetCarpenter2016-10-121-1/+1
* | fixes #525 by accepting/parsing coordianate strings where x and y is seperate...dotnetCarpenter2016-10-121-1/+1
* | Added failing test for PointArraydotnetCarpenter2016-10-121-0/+5
|/
* Merge pull request #527 from dotnetCarpenter/unittestUlrich-Matthias Schäfer2016-10-1211-120/+334
|\
| * halt dev of chrome base solutiondotnetCarpenter2016-10-081-20/+0
| * Apparently travis is running Firefox 31 which doesn't support 'let'dotnetCarpenter2016-10-041-2/+2
| * add the CSS as a fixture - not sure if its needed for the tests but here it isdotnetCarpenter2016-10-043-13/+30
| * updated stand-alone jasmine to 2.5.2dotnetCarpenter2016-10-047-112/+301
| * cli unit test setup donedotnetCarpenter2016-10-042-2/+11
| * trying out karma-fixturedotnetCarpenter2016-10-041-0/+19
| * fix missing ) which caused a subtle syntax errordotnetCarpenter2016-10-041-1/+1
* | 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
|/
* Speed improvements on parent elementwout2016-08-044-7/+7
* fixed line constructor which doesn't work with Array as input (#487)Ulrich-Matthias Schäfer2016-05-161-0/+12
* fixed bbox when element is not in the dom (#480), added parameter to `clone`Ulrich-Matthias Schäfer2016-05-132-12/+27
* fixed string parsing in viewbox (#483), specs `SVG.ViewBox`Ulrich-Matthias Schäfer2016-05-134-61/+184
* fixed bug in `parse()` from `SVG.PathArray` which does not correctly handled ...Ulrich-Matthias Schäfer2016-05-052-60/+64
* fixed bug in `add()` and `SVG.Doc().create()`Ulrich-Matthias Schäfer2016-04-152-7/+19
* fixed `SVG.morph()` (#473)Ulrich-Matthias Schäfer2016-04-031-3/+4
* readme update, clean upUlrich-Matthias Schäfer2016-03-291-4/+4
* fix finishing up correctly with even loops, readmeUlrich-Matthias Schäfer2016-03-291-1/+6
* discard totalProgress for nowUlrich-Matthias Schäfer2016-03-281-1/+1
* revert multiple breaking changes introduced by the last commitsUlrich-Matthias Schäfer2016-03-281-38/+32
* updated jasmine and specsUlrich-Matthias Schäfer2016-03-2314-969/+2743
* Merge branch 'master' into 3.0.0Ulrich-Matthias Schäfer2016-02-105-48/+264
|\
| * fixed unit unit regex and renamed it to numberAndUnit, added specs (fix #443)Ulrich-Matthias Schäfer2016-01-231-9/+34
| * fixed `svgjs:data` attribute which was not set properly in all browsers (#428)Ulrich-Matthias Schäfer2016-01-212-36/+73
| * added specs for `isNumber()` and compile svg.jsUlrich-Matthias Schäfer2016-01-181-0/+16
| * added SVG.Point class as wrapper for SVGPoint, added `el.point()` method (#40...Ulrich-Matthias Schäfer2016-01-112-0/+128
| * fix #433Denis Mosolov2015-12-291-7/+17
* | new specs, reverse, initAnimation, after, during, commentsUlrich-Matthias Schäfer2015-12-202-77/+144
* | small change in fx specsUlrich-Matthias Schäfer2015-12-121-1/+1
* | added new provisionally specs for fxUlrich-Matthias Schäfer2015-12-121-0/+65
|/
* added `gbox()` to group to get bbox with translation included (fixes #405)Ulrich-Matthias Schäfer2015-11-181-12/+12
* svgjs now saves crucial data in the dom (fixes #369 again)Ulrich-Matthias Schäfer2015-11-061-1/+1
* fixed return value of `text()` after import/clone (#393)Ulrich-Matthias Schäfer2015-11-041-8/+4
* add `parents()` method, added specs, fixed specsUlrich-Matthias Schäfer2015-10-266-25/+38
* added support for css selectors with the `parent()` methodUlrich-Matthias Schäfer2015-10-251-0/+11
* Added custom context binding for event callbacksUlrich-Matthias Schäfer2015-09-221-0/+4
* remove useless executable permissionPeter Dave Hello2015-06-2335-0/+0
* Removed scale consideration in `move()`Ulrich-Matthias Schäfer2015-06-211-4/+4
* Events, Spec update, readmeUlrich-Matthias Schäfer2015-06-172-3/+16
* Removed target-reference from use which caused bugs in `dmove()` and `use()` ...Ulrich-Matthias Schäfer2015-06-151-7/+0