aboutsummaryrefslogtreecommitdiffstats
path: root/src/set.js
Commit message (Collapse)AuthorAgeFilesLines
* Round up everything for the last 2.x release2.7.0Ulrich-Matthias Schäfer2018-11-131-8/+9
| | | | | | | | | | | | ### Fixed - fixed calling `parent()` on `documentFragment`s children (#927) - parser is not focusable anymore (#908) - `SVG.Element.click(null)` correctly unbinds the event (#878) - fix memory leak (#905) ### Added - `SVG.Set` now accepts another Set as input (#893) - `on()/off()` accepts multiple event names as input (backport from 3.0)
* added SVG.Box, added transform method to boxes, fix rbox (#626)Ulrich-Matthias Schäfer2017-03-081-10/+4
| | | | | | | | 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
* remove useless executable permissionPeter Dave Hello2015-06-231-0/+0
|
* Removed internal references from SVG.Textwout2014-08-251-1/+5
|
* Added reverse functionality for animation loopswout2014-07-301-15/+15
|
* Documented and added specs for new selector methodwout2014-06-211-5/+5
|
* Added marker, symbol and dynamic referencingwout2014-06-171-0/+8
|
* Implemented SVG.invent function and bumped to v1.0rc3wout2014-02-031-87/+88
|
* Added index() method to SVG.Parent and SVG.Setwout2014-02-011-2/+6
|
* Added `relative()`method for relative translationswout2014-01-301-0/+22
|
* Added get to SVG.Set, bumped to v0.37wout2014-01-261-0/+8
|
* Bumped to v0.33wout2014-01-221-0/+0
|
* Sets accept multiple elements at oncewout2013-07-011-2/+5
|
* Added SVG.Set adn bumped to v0.24wout2013-07-011-13/+79
|
* Added deep traversing, reorganizd moduleswout2013-06-091-0/+37