aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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 ↵Alex Ewerlof2014-08-031-6/+0
| | | | UMD wrapper
* 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
|
* Installed Jasmin 2.0.1wout2014-07-269-232/+282
|
* Various small fixeswout2014-07-257-161/+158
|
* Moved SVG.invent to main svg.js filewout2014-07-233-46/+24
|
* Fix in rboxwout2014-07-201-6/+5
|
* Fixes a but in absolute positioning of groupswout2014-07-191-2/+2
|
* Added support for scale center on matriceswout2014-07-124-44/+36
|
* Eliminate matrix translation errorswout2014-07-123-8/+8
|
* Further debugging matrix new implementationwout2014-07-125-16/+18
|
* Completely reworked transform systemwout2014-07-1117-404/+612
|
* Added new SVG.Line class and working on SVG.Matrixwout2014-06-2810-201/+107
|
* Complete new clone() methodwout2014-06-262-32/+16
|