summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fixed return value of `text()` after import/clone (#393)Ulrich-Matthias Schäfer2015-11-042-31/+44
* add `parents()` method, added specs, fixed specsUlrich-Matthias Schäfer2015-10-262-9/+29
* added support for css selectors with the `parent()` methodUlrich-Matthias Schäfer2015-10-252-3/+8
* UMD-Wrappper with possibility to add custom window object (#352)Ulrich-Matthias Schäfer2015-10-251-0/+15
* fix rectUlrich-Matthias Schäfer2015-10-221-1/+1
* bbox loop (fix #392)Ulrich-Matthias Schäfer2015-10-221-4/+2
* fixed mask animation in Firefox (#287)Ulrich-Matthias Schäfer2015-10-112-7/+14
* moved special handling of pattern/gradient transform to the corresponding classUlrich-Matthias Schäfer2015-10-113-7/+11
* added ungroup src file. ungrouping defs forbiddenUlrich-Matthias Schäfer2015-10-111-0/+24
* added ungroup/flatten (#238), toParent and toDocUlrich-Matthias Schäfer2015-10-112-1/+23
* fixes pattern animation (#385)Ulrich-Matthias Schäfer2015-10-102-1/+8
* Added custom context binding for event callbacksUlrich-Matthias Schäfer2015-09-221-4/+4
* clone method for text to mark all firstlevel tspans as newlines (fixes #369)Ulrich-Matthias Schäfer2015-09-151-1/+15
* added transform to pattern and gradient (fix #383)Ulrich-Matthias Schäfer2015-09-152-1/+9
* Merge remote-tracking branch 'upstream/master'Ray Glover2015-09-142-11/+12
|\
| * Merge pull request #370 from dhardtke/masterFuzzy2015-09-061-3/+3
| |\
| | * fix typo (finally)dhardtke2015-09-061-3/+3
| * | Fixes #366Sam Thomson2015-07-301-8/+9
| |/
* / Make parsing a <transform-list> more robust in the face of IE11Ray Glover2015-08-143-2/+5
|/
* Fixes #360Ulrich-Matthias Schäfer2015-07-051-4/+4
* Fixed transform method which now uses current transformation and not ctm anymoreUlrich-Matthias Schäfer2015-07-052-16/+37
* Fixed few bugs with doc() and problems with textNodes (#357)Ulrich-Matthias Schäfer2015-06-284-22/+18
* Fixed bug in SVG.Bare (closes #358)Ulrich-Matthias Schäfer2015-06-271-29/+29
* remove useless executable permissionPeter Dave Hello2015-06-2339-0/+0
* Fixed zoom consideration in circle and ellipse (see d0e24c5a8d20167c03ec9b887...Ulrich-Matthias Schäfer2015-06-221-2/+2
* Removed scale consideration in `move()`Ulrich-Matthias Schäfer2015-06-213-11/+3
* Fixed bug in fx when animating with `plot()` (closes #354)Ulrich-Matthias Schäfer2015-06-191-2/+2
* Events, Spec update, readmeUlrich-Matthias Schäfer2015-06-171-3/+17
* Removed target-reference from use which caused bugs in `dmove()` and `use()` ...Ulrich-Matthias Schäfer2015-06-151-3/+0
* Fixed bug with doc() which should always return the root SVGUlrich-Matthias Schäfer2015-06-152-2/+2
* Merged all changes and fixes from SVG 1.1 into this branchUlrich-Matthias Schäfer2015-06-119-72/+109
* Fix in RBoxwout2014-09-031-3/+2
* Fix in SVG.Numberwout2014-09-031-3/+5
* Fixed bug in event detachingwout2014-09-032-18/+42
* Firefox fixes and event specswout2014-09-033-8/+21
* Fixed bug in clone() methodwout2014-09-024-18/+29
* Removed matrix add() methodwout2014-08-301-13/+0
* Added animated parametric transformationswout2014-08-305-50/+97
* Added SVG.TBox for transformed bounding boxeswout2014-08-296-160/+212
* Fixed instantiation issue in SVG.Numberwout2014-08-281-23/+17
* Removed internal references from SVG.Textwout2014-08-254-28/+51
* Implemented absolute and relative matrix transformationswout2014-08-244-61/+94
* Typo'swout2014-08-191-2/+2
* Fixes #3 Support AMD, CommonJS (Browserify), globals (default method) using U...Alex Ewerlof2014-08-031-6/+0
* Removed node moduleswout2014-08-031-1/+1
* Added SVG.Bare for creation of non-described elementswout2014-08-017-97/+88
* Added svg import / export functionaltywout2014-08-013-7/+35
* Reworked sub-pixel offset fixwout2014-07-312-31/+12
* Added reverse functionality for animation loopswout2014-07-303-101/+107
* Added more control to SVG.Matrixwout2014-07-284-29/+41