summaryrefslogtreecommitdiffstats
path: root/dist/svg.min.js
Commit message (Collapse)AuthorAgeFilesLines
* bump 2.2.32.2.3Ulrich-Matthias Schäfer2015-11-301-1/+1
|
* fix amd loader (see #412)Ulrich-Matthias Schäfer2015-11-301-1/+1
|
* fixed bug related to the new path parser, text-method of tspan is a getter ↵Ulrich-Matthias Schäfer2015-11-301-2/+2
| | | | now, too
* fixes the null check fix from last commit (fixes #417)Ulrich-Matthias Schäfer2015-11-291-1/+1
|
* bump 2.2.22.2.2Ulrich-Matthias Schäfer2015-11-281-1/+1
|
* added null check in image onload callback (fixes #415)Ulrich-Matthias Schäfer2015-11-281-1/+1
|
* fix leading point bug in path parsing (#416)Ulrich-Matthias Schäfer2015-11-281-2/+2
|
* gulp2.2.1Ulrich-Matthias Schäfer2015-11-181-1/+1
|
* added `gbox()` to group to get bbox with translation included (fixes #405)Ulrich-Matthias Schäfer2015-11-181-1/+1
|
* dom data was not cleaned up properly (fixes #398)Ulrich-Matthias Schäfer2015-11-181-1/+1
|
* `SvgPathSeg` is removed in Chrome 48. Added workaround (fixes #409)Ulrich-Matthias Schäfer2015-11-181-2/+2
|
* Bump to 2.2.02.2.0Ulrich-Matthias Schäfer2015-11-061-1/+1
|
* svgjs now saves crucial data in the dom (fixes #369 again)Ulrich-Matthias Schäfer2015-11-061-2/+2
|
* fixes #396Ulrich-Matthias Schäfer2015-11-041-1/+1
|
* fixed return value of `text()` after import/clone (#393)Ulrich-Matthias Schäfer2015-11-041-1/+1
|
* add `parents()` method, added specs, fixed specsUlrich-Matthias Schäfer2015-10-261-2/+2
|
* added support for css selectors with the `parent()` methodUlrich-Matthias Schäfer2015-10-251-2/+2
|
* UMD-Wrappper with possibility to add custom window object (#352)Ulrich-Matthias Schäfer2015-10-251-2/+2
|
* fix rectUlrich-Matthias Schäfer2015-10-221-1/+1
|
* bbox loop (fix #392)Ulrich-Matthias Schäfer2015-10-221-1/+1
|
* fixed mask animation in Firefox (#287)Ulrich-Matthias Schäfer2015-10-111-2/+2
|
* moved special handling of pattern/gradient transform to the corresponding classUlrich-Matthias Schäfer2015-10-111-2/+2
|
* added ungroup src file. ungrouping defs forbiddenUlrich-Matthias Schäfer2015-10-111-2/+2
|
* added ungroup/flatten (#238), toParent and toDocUlrich-Matthias Schäfer2015-10-111-2/+2
|
* fixes pattern animation (#385)Ulrich-Matthias Schäfer2015-10-101-2/+2
|
* run gulpUlrich-Matthias Schäfer2015-10-051-1/+1
|
* Added custom context binding for event callbacksUlrich-Matthias Schäfer2015-09-221-2/+2
|
* clone method for text to mark all firstlevel tspans as newlines (fixes #369)Ulrich-Matthias Schäfer2015-09-151-1/+1
|
* added transform to pattern and gradient (fix #383)Ulrich-Matthias Schäfer2015-09-151-2/+2
| | | | added skewX and skewY
* build (pr #372)Ray Glover2015-09-141-2/+2
|
* fix typo (finally)dhardtke2015-09-061-1/+1
|
* fix stupid typo that leads to broken gradientsdhardtke2015-08-081-2/+2
|
* Bump 2.0.52.0.5Ulrich-Matthias Schäfer2015-07-051-1/+1
|
* Fixes #360Ulrich-Matthias Schäfer2015-07-051-1/+1
|
* Fixed transform method which now uses current transformation and not ctm anymoreUlrich-Matthias Schäfer2015-07-051-2/+2
|
* Bump 2.0.42.0.4Ulrich-Matthias Schäfer2015-06-281-2/+2
|
* Bump 2.0.32.0.3Ulrich-Matthias Schäfer2015-06-271-1/+1
|
* Fixed bug in SVG.Bare (closes #358)Ulrich-Matthias Schäfer2015-06-271-1/+1
|
* remove useless executable permissionPeter Dave Hello2015-06-231-0/+0
|
* Bump 2.0.22.0.2Ulrich-Matthias Schäfer2015-06-221-1/+1
|
* Fixed zoom consideration in circle and ellipse (see ↵Ulrich-Matthias Schäfer2015-06-221-2/+2
| | | | d0e24c5a8d20167c03ec9b8873d1c459001b9dac)
* Removed scale consideration in `move()`Ulrich-Matthias Schäfer2015-06-211-2/+2
| | | | It wasn't compatible to the other move-functions e.g. for the PointArray
* Fixed bug in fx when animating with `plot()` (closes #354)Ulrich-Matthias Schäfer2015-06-191-1/+1
|
* Events, Spec update, readmeUlrich-Matthias Schäfer2015-06-171-2/+2
| | | | | Events can now be detached with only specifying the namespace (`el.off('.namespace')`) `el.fire()` now accepts event-objects as parameter (like mouseevents)
* Removed target-reference from use which caused bugs in `dmove()` and `use()` ↵Ulrich-Matthias Schäfer2015-06-151-1/+1
| | | | | | with external file The used element can be retrieved using `element.reference('href')`
* Fixed bug with doc() which should always return the root SVGUlrich-Matthias Schäfer2015-06-151-1/+1
| | | | Replaced split-function with an easier and faster one
* bump version 2.0.0Ulrich-Matthias Schäfer2015-06-111-1/+1
|
* Merged all changes and fixes from SVG 1.1 into this branchUlrich-Matthias Schäfer2015-06-111-2/+2
|
* Bumped to 2.0.0-rc.1wout2014-09-051-1/+1
|
* Fix in RBoxwout2014-09-031-1/+1
|