summaryrefslogtreecommitdiffstats
path: root/dist/svg.js
Commit message (Expand)AuthorAgeFilesLines
* tab to space, block comments to line commentsUlrich-Matthias Schäfer2015-11-061-112/+112
* svgjs now saves crucial data in the dom (fixes #369 again)Ulrich-Matthias Schäfer2015-11-061-23/+55
* fixes #396Ulrich-Matthias Schäfer2015-11-041-3/+3
* fixed return value of `text()` after import/clone (#393)Ulrich-Matthias Schäfer2015-11-041-10/+23
* add `parents()` method, added specs, fixed specsUlrich-Matthias Schäfer2015-10-261-10/+30
* added support for css selectors with the `parent()` methodUlrich-Matthias Schäfer2015-10-251-4/+9
* UMD-Wrappper with possibility to add custom window object (#352)Ulrich-Matthias Schäfer2015-10-251-7/+7
* fix rectUlrich-Matthias Schäfer2015-10-221-2/+2
* bbox loop (fix #392)Ulrich-Matthias Schäfer2015-10-221-5/+3
* fixed mask animation in Firefox (#287)Ulrich-Matthias Schäfer2015-10-111-8/+15
* moved special handling of pattern/gradient transform to the corresponding classUlrich-Matthias Schäfer2015-10-111-8/+12
* added ungroup src file. ungrouping defs forbiddenUlrich-Matthias Schäfer2015-10-111-10/+8
* added ungroup/flatten (#238), toParent and toDocUlrich-Matthias Schäfer2015-10-111-1/+50
* fixes pattern animation (#385)Ulrich-Matthias Schäfer2015-10-101-207/+214
* run gulpUlrich-Matthias Schäfer2015-10-051-2/+2
* Added custom context binding for event callbacksUlrich-Matthias Schäfer2015-09-221-8/+7
* clone method for text to mark all firstlevel tspans as newlines (fixes #369)Ulrich-Matthias Schäfer2015-09-151-2/+17
* added transform to pattern and gradient (fix #383)Ulrich-Matthias Schäfer2015-09-151-2/+10
* build (pr #372)Ray Glover2015-09-141-11/+15
* fix typo (finally)dhardtke2015-09-061-1/+2
* fix stupid typo that leads to broken gradientsdhardtke2015-08-081-2/+2
* Bump 2.0.52.0.5Ulrich-Matthias Schäfer2015-07-051-2/+2
* Fixes #360Ulrich-Matthias Schäfer2015-07-051-5/+5
* Fixed transform method which now uses current transformation and not ctm anymoreUlrich-Matthias Schäfer2015-07-051-17/+38
* Bump 2.0.42.0.4Ulrich-Matthias Schäfer2015-06-281-24/+20
* Bump 2.0.32.0.3Ulrich-Matthias Schäfer2015-06-271-2/+2
* Fixed bug in SVG.Bare (closes #358)Ulrich-Matthias Schäfer2015-06-271-29/+29
* remove useless executable permissionPeter Dave Hello2015-06-231-0/+0
* Bump 2.0.22.0.2Ulrich-Matthias Schäfer2015-06-221-2/+2
* Fixed zoom consideration in circle and ellipse (see d0e24c5a8d20167c03ec9b887...Ulrich-Matthias Schäfer2015-06-221-4/+4
* Removed scale consideration in `move()`Ulrich-Matthias Schäfer2015-06-211-12/+4
* Fixed bug in fx when animating with `plot()` (closes #354)Ulrich-Matthias Schäfer2015-06-191-3/+3
* Events, Spec update, readmeUlrich-Matthias Schäfer2015-06-171-4/+18
* Removed target-reference from use which caused bugs in `dmove()` and `use()` ...Ulrich-Matthias Schäfer2015-06-151-4/+1
* Fixed bug with doc() which should always return the root SVGUlrich-Matthias Schäfer2015-06-151-3/+3
* bump version 2.0.0Ulrich-Matthias Schäfer2015-06-111-3/+3
* Merged all changes and fixes from SVG 1.1 into this branchUlrich-Matthias Schäfer2015-06-111-72/+109
* Bumped to 2.0.0-rc.1wout2014-09-051-2/+2
* Latest build2.0.0-rc.1wout2014-09-051-1/+1
* Fix in RBoxwout2014-09-031-4/+3
* Fix in SVG.Numberwout2014-09-031-4/+6
* Fixed bug in event detachingwout2014-09-031-19/+43
* Firefox fixes and event specswout2014-09-031-9/+22
* Fixed bug in clone() methodwout2014-09-021-19/+30
* Removed matrix add() methodwout2014-08-301-14/+1
* Added animated parametric transformationswout2014-08-301-52/+99
* Added SVG.TBox for transformed bounding boxeswout2014-08-291-160/+212
* Fixed instantiation issue in SVG.Numberwout2014-08-281-24/+18
* Removed internal references from SVG.Textwout2014-08-251-29/+52
* Implemented absolute and relative matrix transformationswout2014-08-241-68/+101