summaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* fixed line constructor which doesn't work with Array as input (#487)Ulrich-Matthias Schäfer2016-05-161-0/+12
| | | | added spec for mentioned issue
* 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
| | | | `S` and `T` (#485)
* 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 `writeDataToDom()` and `setData()` added toJSON in SVG.Number
| * 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 ↵Ulrich-Matthias Schäfer2016-01-112-0/+128
| | | | | | | | (#403 / #437)
| * 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
| | | | It wasn't compatible to the other move-functions e.g. for the PointArray
* Events, Spec update, readmeUlrich-Matthias Schäfer2015-06-172-3/+16
| | | | | Events can now be detached with only specifying the namespace (`el.off('.namespace')`) `el.fire()` now accepts event-objects as parameter (like mouseevents)
* Removed target-reference from use which caused bugs in `dmove()` and `use()` ↵Ulrich-Matthias Schäfer2015-06-151-7/+0
| | | | | | with external file The used element can be retrieved using `element.reference('href')`
* Fixed bug with doc() which should always return the root SVGUlrich-Matthias Schäfer2015-06-151-0/+4
| | | | Replaced split-function with an easier and faster one
* 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
|
* Implemented absolute and relative matrix transformationswout2014-08-243-29/+86
|
* Removed node moduleswout2014-08-031-0/+8
|
* Added SVG.Bare for creation of non-described elementswout2014-08-013-17/+41
|
* Added one more spec on raw importingwout2014-08-011-0/+5
|
* Added svg import / export functionaltywout2014-08-012-1/+41
|
* Added more control to SVG.Matrixwout2014-07-287-61/+107
|
* Matirx specswout2014-07-271-254/+263
|
* Specified untransform() methodwout2014-07-271-1/+20
|