summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Merge pull request #661 from svgdotjs/feature-options-for-eventsUlrich-Matthias Schäfer2017-04-213-10/+10
| |\ | | | | | | add options arguments to `on()`
| | * add options arguments to `on()`Ulrich-Matthias Schäfer2017-04-203-10/+10
| |/
| * update changelogUlrich-Matthias Schäfer2017-04-171-5/+2
| |
| * bump 2.5.32.5.3Ulrich-Matthias Schäfer2017-04-177-5499/+5499
| |
| * update readmeUlrich-Matthias Schäfer2017-04-171-0/+3
| |
| * Fix the flip transform on both axisRémi Tétreault2017-04-157-31/+202
| | | | | | | | | | This fix the bug that made calling flip without any argument (`element.flip()`) not work.
| * update changelogdotnetCarpenter2017-04-141-0/+3
| |
| * Merge pull request #655 from gitter-badger/gitter-badgeUlrich-Matthias Schäfer2017-04-131-0/+1
| |\ | | | | | | Add a Gitter chat badge to README.md
| | * correct position of gitter badgeUlrich-Matthias Schäfer2017-04-131-2/+1
| | |
| | * Add Gitter badgeThe Gitter Badger2017-04-131-0/+2
| |/
| * use strict removed from umd wrapper by virtue of being ugly and assuring ↵dotnetCarpenter2017-04-121-1/+0
| | | | | | | | fuzzyma's sleep at night
| * fix svg.js.d.ts (#644 #648)Ulrich-Matthias Schäfer2017-04-121-5/+13
| |
| * fixed link style to tags and update about component.jsondotnetCarpenter2017-04-111-3/+8
| |
| * remove component.json as the project it facilitate is abandon - close #652dotnetCarpenter2017-04-111-11/+0
| |
| * update component to 2.5.2 toodotnetCarpenter2017-04-111-2/+2
| |
| * skip coverage for UMDdotnetCarpenter2017-04-113-2/+6
| |
| * change benchmark svg.js identifier to 2.5.2dotnetCarpenter2017-04-114-10/+10
| |
| * patch release for strict mode2.5.2dotnetCarpenter2017-04-114-7/+18
| |
| * clean up and added changes to CHANGELOGdotnetCarpenter2017-04-115-23/+30
| |
| * namespace not declared in the Event moduledotnetCarpenter2017-04-111-1/+1
| |
| * fixed bbox not declared in SVG.Box.transformdotnetCarpenter2017-04-112-4/+5
| |
| * fixed len being undeclareddotnetCarpenter2017-04-111-1/+1
| |
| * changing to strict mode - some failures occurdotnetCarpenter2017-04-114-7/+11
| |
| * re-added all specs from the spec/spec/ folderdotnetCarpenter2017-04-111-35/+36
| |
| * fix passUlrich-Matthias Schäfer2017-04-091-1/+1
| |
| * make last test passing in svg docsUlrich-Matthias Schäfer2017-04-094-16/+18
| |
| * Updated CHANGELOGwout2017-04-077-11/+40
| |
| * change my email from gmail to svgjs.comdotnetCarpenter2017-03-311-1/+1
| |
| * clear does not remove parser anymoreUlrich-Matthias Schäfer2017-03-2913-127/+201
| | | | | | | | make test work in svg documents
| * make path parsing even fasterUlrich-Matthias Schäfer2017-03-273-161/+180
| |
| * bump 2.5.12.5.1Ulrich-Matthias Schäfer2017-03-274-7/+7
| |
| * relax testUlrich-Matthias Schäfer2017-03-275-30/+3
| |
| * Speed improvements for plot() on path, polygon and poly line elements.wout2017-03-247-28/+123
| |
| * fixed `SVG.PathArray.parse` that did not correctly parsed flat arraysUlrich-Matthias Schäfer2017-03-246-10/+27
| |
| * onclick events are now bound with SVG.on, prefixed globals, relax tests to ↵Ulrich-Matthias Schäfer2017-03-2125-217/+309
| | | | | | | | work with svgdom, image loading uses eveents now, can now run jasmine tessts with svgdom when jasmine globally available
| * typescript definitions updated, minor fix in TransformationsUlrich-Matthias Schäfer2017-03-194-149/+196
| |
| * missed another oneUlrich-Matthias Schäfer2017-03-193-4/+4
| |
| * missed oneUlrich-Matthias Schäfer2017-03-183-4/+4
| |
| * prefix globals with window so window can be injected properlyUlrich-Matthias Schäfer2017-03-187-16/+16
| |
| * fixing testUlrich-Matthias Schäfer2017-03-161-1/+1
| |
| * fixes bug in style when css string ends with ;Ulrich-Matthias Schäfer2017-03-163-10/+14
| |
* | removed `loaded()` and `error()`/`changed load()`Ulrich-Matthias Schäfer2017-03-198-296/+63
| | | | | | | | | | | | SVG.Image is now constructed with: - container.image(src, callback) - new SVG.Image().load(src, callback)
* | missed another oneUlrich-Matthias Schäfer2017-03-193-4/+4
| |
* | prefix globals with window so window can be injected properlyUlrich-Matthias Schäfer2017-03-187-26/+16
| |
* | added linter which can be run with `npm run lint`Ulrich-Matthias Schäfer2017-03-181-2/+14
| |
* | update changelogUlrich-Matthias Schäfer2017-03-171-3/+2
| |
* | removing SVG.Set completelyUlrich-Matthias Schäfer2017-03-1621-648/+76
| |
* | update changelog according to last commitUlrich-Matthias Schäfer2017-03-161-0/+1
| |
* | rework import/export method to be more straight forward and without regex magicUlrich-Matthias Schäfer2017-03-163-35/+25
| |
* | remove feature to set style with css stringUlrich-Matthias Schäfer2017-03-166-36/+26
| |