aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Fixed bug with doc() which should always return the root SVGUlrich-Matthias Schäfer2015-06-151-0/+4
* Merged all changes and fixes from SVG 1.1 into this branchUlrich-Matthias Schäfer2015-06-116-56/+219
* Fix in RBoxwout2014-09-031-6/+6
* Fix in SVG.Numberwout2014-09-031-4/+5
* Fixed bug in event detachingwout2014-09-034-46/+347
* Firefox fixes and event specswout2014-09-033-0/+270
* Fixed bug in clone() methodwout2014-09-021-0/+4
* Removed matrix add() methodwout2014-08-301-19/+0
* Added animated parametric transformationswout2014-08-301-12/+0
* Added SVG.TBox for transformed bounding boxeswout2014-08-2910-34/+34
* Fixed instantiation issue in SVG.Numberwout2014-08-281-27/+36
* Removed internal references from SVG.Textwout2014-08-253-35/+52