summaryrefslogtreecommitdiffstats
path: root/spec/spec/element.js
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Various IE9 and IE10 fixeswout2013-07-041-25/+29
|
* IMplemented <use> element, bumped to v0.23wout2013-06-291-9/+20
|
* Added default stroke-linejoin and stroke-linecap valueswout2013-06-241-3/+6
|
* Added merge() to SVG.BBoxwout2013-05-281-27/+4
|
* Bumped to v0.15, removed hsb color supportwout2013-04-261-7/+7
|
* Added the rbox() method, bumped to v0.140.15wout2013-04-221-0/+39
|
* Parsing numeric values as a global getter0.14wout2013-04-151-0/+16
|
* Removing style attributes when emptywout2013-04-151-0/+4
|
* Bumped to v0.11wout2013-03-241-0/+212
- removed SVG.Wrap on SVG.Polyline, SVG.Polygon and SVG.Path - added delay on SVG.FX module - made x(), y(), cx() and cy() as getters - added SGB.get() method, to get elements by a DOM id - fixed bug in remove() method on container elements - added jasmine test suite to repo