aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* updated changelog, fixed typo in doc and removed semicolonUlrich-Matthias Schäfer2015-12-122-2/+2
|
* fixes for issue #429rdfriedl2015-12-112-2/+2
|
* replaced usage of window.scrollX and window.scrollY with standard ↵Dan Ormisher2015-12-081-2/+2
| | | | window.pageXOffset and window.pageYOffset in rbox() to stop NaN bug in IE
* transform() returnw a-f now, too, double newlines create blank linesUlrich-Matthias Schäfer2015-12-042-2/+15
|
* fix amd loader (see #412)Ulrich-Matthias Schäfer2015-11-301-3/+5
|
* fixed bug related to the new path parser, text-method of tspan is a getter ↵Ulrich-Matthias Schäfer2015-11-302-14/+17
| | | | now, too
* fixes the null check fix from last commit (fixes #417)Ulrich-Matthias Schäfer2015-11-291-1/+1
|
* added null check in image onload callback (fixes #415)Ulrich-Matthias Schäfer2015-11-281-0/+2
|
* fix leading point bug in path parsing (#416)Ulrich-Matthias Schäfer2015-11-281-11/+22
|
* added `gbox()` to group to get bbox with translation included (fixes #405)Ulrich-Matthias Schäfer2015-11-181-2/+17
|
* dom data was not cleaned up properly (fixes #398)Ulrich-Matthias Schäfer2015-11-181-1/+4
|
* `SvgPathSeg` is removed in Chrome 48. Added workaround (fixes #409)Ulrich-Matthias Schäfer2015-11-182-77/+126
|
* tab to space, block comments to line commentsUlrich-Matthias Schäfer2015-11-0619-112/+112
|
* svgjs now saves crucial data in the dom (fixes #369 again)Ulrich-Matthias Schäfer2015-11-064-22/+54
|
* fixes #396Ulrich-Matthias Schäfer2015-11-041-2/+2
|
* 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
| | | | added skewX and skewY
* Merge remote-tracking branch 'upstream/master'Ray Glover2015-09-142-11/+12
|\ | | | | | | | | | | Conflicts: dist/svg.js dist/svg.min.js
| * Merge pull request #370 from dhardtke/masterFuzzy2015-09-061-3/+3
| |\ | | | | | | fix stupid typo that leads to broken gradients
| | * 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
|/ | | | | which doesn't use commas (',') to delimit matrix elements. see also: http://www.w3.org/TR/SVG11/coords.html#SVGGlobalTransformAttribute
* 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 ↵Ulrich-Matthias Schäfer2015-06-221-2/+2
| | | | d0e24c5a8d20167c03ec9b8873d1c459001b9dac)
* Removed scale consideration in `move()`Ulrich-Matthias Schäfer2015-06-213-11/+3
| | | | 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-2/+2
|
* Events, Spec update, readmeUlrich-Matthias Schäfer2015-06-171-3/+17
| | | | | 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-3/+0
| | | | | | 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-152-2/+2
| | | | Replaced split-function with an easier and faster one
* 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
|