summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* run gulpUlrich-Matthias Schäfer2015-10-052-3/+3
|
* Updated Versions in package, bower and component.jsonUlrich-Matthias Schäfer2015-10-053-3/+3
|
* Typos, Bump to 2.1.12.1.1Ulrich-Matthias Schäfer2015-10-032-2/+2
|
* Added custom context binding for event callbacksUlrich-Matthias Schäfer2015-09-226-15/+28
|
* bump 2.1.02.1.0Ulrich-Matthias Schäfer2015-09-205-6/+9
|
* clone method for text to mark all firstlevel tspans as newlines (fixes #369)Ulrich-Matthias Schäfer2015-09-154-15/+39
|
* added transform to pattern and gradient (fix #383)Ulrich-Matthias Schäfer2015-09-155-6/+29
| | | | added skewX and skewY
* Merge pull request #372 from rayglover/fix-ie-transformsFuzzy2015-09-155-15/+22
|\ | | | | Transform lists in IE11
| * build (pr #372)Ray Glover2015-09-142-13/+17
| |
| * Merge remote-tracking branch 'upstream/master'Ray Glover2015-09-144-21/+20
| |\ | |/ |/| | | | | | | Conflicts: dist/svg.js dist/svg.min.js
* | Merge pull request #370 from dhardtke/masterFuzzy2015-09-063-7/+8
|\ \ | | | | | | fix stupid typo that leads to broken gradients
| * | fix typo (finally)dhardtke2015-09-063-5/+6
| | |
| * | fix stupid typo that leads to broken gradientsdhardtke2015-08-082-4/+4
| | |
* | | Merge pull request #367 from spthm/circleRadiusAnimFixFuzzy2015-09-061-8/+9
|\ \ \ | |/ / |/| | Fixes #366
| * | Fixes #366Sam Thomson2015-07-301-8/+9
|/ /
| * buildRay Glover2015-08-142-5/+8
| |
| * 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
* Bump 2.0.52.0.5Ulrich-Matthias Schäfer2015-07-056-7/+17
|
* Fixes #360Ulrich-Matthias Schäfer2015-07-053-10/+10
|
* Fixed transform method which now uses current transformation and not ctm anymoreUlrich-Matthias Schäfer2015-07-054-35/+77
|
* Bump 2.0.42.0.4Ulrich-Matthias Schäfer2015-06-285-29/+25
|
* Fixed few bugs with doc() and problems with textNodes (#357)Ulrich-Matthias Schäfer2015-06-284-22/+18
|
* Bump 2.0.32.0.3Ulrich-Matthias Schäfer2015-06-275-6/+6
|
* Fixed bug in SVG.Bare (closes #358)Ulrich-Matthias Schäfer2015-06-273-59/+59
|
* Merge pull request #356 from PeterDaveHelloKitchen/fix_file_permissionFuzzy2015-06-2483-0/+4
|\ | | | | Fix file permission
| * use gulp-chmod to set correct file permissionPeter Dave Hello2015-06-231-0/+3
| |
| * add devDependencies gulp-chmodPeter Dave Hello2015-06-231-0/+1
| |
| * remove useless executable permissionPeter Dave Hello2015-06-2381-0/+0
|/
* Bump 2.0.22.0.2Ulrich-Matthias Schäfer2015-06-225-5/+9
|
* Fixed zoom consideration in circle and ellipse (see ↵Ulrich-Matthias Schäfer2015-06-223-8/+8
| | | | d0e24c5a8d20167c03ec9b8873d1c459001b9dac)
* bump to 2.0.12.0.1Ulrich-Matthias Schäfer2015-06-213-3/+11
|
* Removed scale consideration in `move()`Ulrich-Matthias Schäfer2015-06-216-29/+13
| | | | 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-193-6/+6
|
* Events, Spec update, readmeUlrich-Matthias Schäfer2015-06-176-13/+63
| | | | | 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-154-15/+2
| | | | | | 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-155-6/+10
| | | | Replaced split-function with an easier and faster one
* Removed obsolete gittip buttonWout2015-06-121-2/+0
|
* bump version 2.0.0Ulrich-Matthias Schäfer2015-06-112-4/+4
|
* npm doesnt allow uppercaseUlrich-Matthias Schäfer2015-06-111-1/+1
|
* bump to 2.0.02.0.0Ulrich-Matthias Schäfer2015-06-113-7/+4
|
* Merge branch 'master' into referencesUlrich-Matthias Schäfer2015-06-110-0/+0
|\
| * added plugins to readmeUlrich-Matthias Schäfer2015-05-281-0/+8
| |
| * Fixed event-regexUlrich-Matthias Schäfer2015-05-271-1/+1
| |
| * bower.json update1.1.0Ulrich-Matthias Schäfer2015-05-251-1/+1
| |
| * Bump to 1.1.0Ulrich-Matthias Schäfer2015-05-255-4/+13
| |
| * Typo in specsUlrich-Matthias Schäfer2015-05-251-1/+1
| |
| * Merge pull request #284 from ryanmjacobs/remove_executable_bitFuzzy2015-05-2486-0/+0
| |\ | | | | | | Remove extra executable bits.
| | * Fix file permissions.Ryan Jacobs2015-05-2286-0/+0
| |/ | | | | | | | | find -type f -exec chmod 644 {} \; find -type d -exec chmod 775 {} \;
| * Closes #337Ulrich-Matthias Schäfer2015-05-223-5/+5
| |
| * Merge pull request #338 from loredanacirstea/masterFuzzy2015-05-221-0/+2
| |\ | | | | | | added link to svg.connectable.js fork