summaryrefslogtreecommitdiffstats
path: root/spec/spec/element.js
Commit message (Collapse)AuthorAgeFilesLines
* fixed a bug with clone which didnt copy over dom data (#621)Ulrich-Matthias Schäfer2017-03-091-1/+8
|
* added SVG.Box, added transform method to boxes, fix rbox (#626)Ulrich-Matthias Schäfer2017-03-081-11/+1
| | | | | | | | added SVG.Box, added transform method to boxes, fix rbox Also: - workaround for screenCTM with nested svg (FF bug) - remove unneeded workaround in toParent() - rbox accepts additional parameter to transform the box
* make flip working with both axis when no parameter / only offset is passedUlrich-Matthias Schäfer2017-03-061-2/+10
|
* added test cases to increase code coverageUlrich-Matthias Schäfer2017-03-011-0/+9
|
* added test cases to increase coverageUlrich-Matthias Schäfer2017-03-011-0/+12
|
* added test case for ungroup/flattenUlrich-Matthias Schäfer2017-03-011-9/+74
|
* fixed bug in SVG.Transformations when creating with array/argument list.Ulrich-Matthias Schäfer2017-02-281-0/+49
| | | | added tests to increase code coverage
* added tests to increase code coverageUlrich-Matthias Schäfer2017-02-281-1/+25
|
* added tests to increase code coverageUlrich-Matthias Schäfer2017-02-281-4/+17
|
* added test cases to increase code coverageUlrich-Matthias Schäfer2017-02-251-0/+17
|
* added a few missing tests to increase coverageUlrich-Matthias Schäfer2017-02-241-0/+36
|
* Wrapping up for 2.3.7 releasedotnetCarpenter2017-01-141-5/+5
|
* Fix the bug where relative matrix transforms are not animatedRémi Tétreault2016-11-091-4/+22
| | | | Also, add the possibility to make uniform skew transform.
* Make matrixify work with transformation chain separated by commasRémi Tétreault2016-11-011-0/+37
| | | | | | According to the SVG spec, transformation chain can be separated by whitespace and/or commas. The method matrixify was not working with transformation chain separated by commas. This commit should fix that bug.
* fixed id in test which is different in headless browserUlrich-Matthias Schäfer2016-10-121-2/+2
|
* tests now pass in FirefoxUlrich-Matthias Schäfer2016-10-121-10/+32
|
* fixed bbox when element is not in the dom (#480), added parameter to `clone`Ulrich-Matthias Schäfer2016-05-131-0/+5
|
* fixed bug in `parse()` from `SVG.PathArray` which does not correctly handled ↵Ulrich-Matthias Schäfer2016-05-051-1/+1
| | | | `S` and `T` (#485)
* updated jasmine and specsUlrich-Matthias Schäfer2016-03-231-1/+1
|
* fixed `svgjs:data` attribute which was not set properly in all browsers (#428)Ulrich-Matthias Schäfer2016-01-211-25/+49
| | | | | added specs for `writeDataToDom()` and `setData()` added toJSON in SVG.Number
* added SVG.Point class as wrapper for SVGPoint, added `el.point()` method ↵Ulrich-Matthias Schäfer2016-01-111-0/+8
| | | | (#403 / #437)
* svgjs now saves crucial data in the dom (fixes #369 again)Ulrich-Matthias Schäfer2015-11-061-1/+1
|
* add `parents()` method, added specs, fixed specsUlrich-Matthias Schäfer2015-10-261-9/+22
|
* added support for css selectors with the `parent()` methodUlrich-Matthias Schäfer2015-10-251-0/+11
|
* remove useless executable permissionPeter Dave Hello2015-06-231-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
* Fixed bug in clone() methodwout2014-09-021-0/+4
|
* Implemented absolute and relative matrix transformationswout2014-08-241-21/+66
|
* Removed node moduleswout2014-08-031-0/+8
|
* Added one more spec on raw importingwout2014-08-011-0/+5
|
* Added svg import / export functionaltywout2014-08-011-0/+39
|
* Added more control to SVG.Matrixwout2014-07-281-1/+1
|
* Specified untransform() methodwout2014-07-271-1/+20
|
* Various small fixeswout2014-07-251-8/+29
|
* Fix in rboxwout2014-07-201-13/+13
|
* Added support for scale center on matriceswout2014-07-121-0/+7
|
* Further debugging matrix new implementationwout2014-07-121-5/+5
|
* Completely reworked transform systemwout2014-07-111-19/+24
|
* Complete new clone() methodwout2014-06-261-30/+46
|
* Removed all structural referenceswout2014-06-211-4/+4
|
* Added marker, symbol and dynamic referencingwout2014-06-171-2/+28
|
* Bumped to version 1.0.0-rc.7wout2014-06-111-4/+4
| | | | Look at change log for full overview of changes.
* toggleClass returns the svg instancePatrick Klingemann2014-06-091-0/+5
|
* add classes, hasClass, addClass, removeClass, toggleClass functions to ElementPatrick Klingemann2014-06-021-2/+74
|
* Bumped to 1.0.0-rc.6wout2014-03-041-4/+5
|
* Completely reworked `SVG.Text`, `SVG.TSpan` and `SVG.PathArray` and bumped ↵wout2014-02-141-33/+0
| | | | to 1.0.0-rc.5
* Added `relative()`method for relative translationswout2014-01-301-0/+33
|
* Added SVG.PathArray, updated data() and bumped to v1.0rc1wout2014-01-291-5/+16
|
* Added addTo() and putIn() methods, added more detailed documentationwout2014-01-251-0/+20
|
* Bumped to v0.33wout2014-01-221-1/+26
|