summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | * added link to svg.connectable.js forkLoredana Cirstea2015-04-241-0/+1
| | |
| | * added link to svg.connectable.js forkLoredana Cirstea2015-04-241-0/+1
| | |
| * | Merge pull request #307 from GSchutz/masterFuzzy2015-05-185-25/+59
| |\ \ | | |/ | |/| The use element now can point to an external file
| | * Merge remote-tracking branch 'upstream/master' generate the buildgschutz2015-05-1816-186/+475
| | |\ | | |/ | |/|
| * | Added support for namespaced eventsUlrich-Matthias Schäfer2015-03-155-90/+174
| | |
| * | Fixes #258, added few fx-specsUlrich-Matthias Schäfer2015-03-035-4/+109
| | |
| * | Fixes #323Ulrich-Matthias Schäfer2015-03-014-41/+81
| | |
| * | Added `cancelAnimationFrame`-Polyfill, fixes #316Ulrich-Matthias Schäfer2015-02-285-26/+67
| | |
| * | Merge pull request #327 from balint42/readme_updateFuzzy2015-02-231-0/+3
| |\ \ | | | | | | | | Added comic.js to plugins section in README.md
| | * | Added comic.js to plugins section in README.mdBalint Morvai2015-02-231-0/+3
| |/ /
| * | Rework of `drawing.remove()`Ulrich-Matthias Schäfer2015-02-235-20/+16
| | |
| * | Merge pull request #262 from PoziWorld/patch-1Fuzzy2015-02-221-5/+5
| |\ \ | | | | | | | | Grammatical error: a SVG => an SVG
| | * | Grammatical error: a SVG => an SVGPoziWorld2014-09-221-5/+5
| | | |
| * | | Fixes #326Ulrich-Matthias Schäfer2015-02-225-5/+43
| | | | | | | | | | | | | | | | drawing.remove() now calls destroy() to remove the doc from the DOM
| * | | Fixed Event-Spec for ChromeUlrich-Matthias Schäfer2015-02-221-2/+2
| | | |
| * | | Added example in Readme about passing additional data to eventsUlrich-Matthias Schäfer2015-02-221-0/+12
| | | |
| * | | Fixed Custom Events with data #317Ulrich-Matthias Schäfer2015-02-226-47/+27
| | | | | | | | | | | | | | | | Keeps the `registerEvent`-function only for consistency
| * | | Merge pull request #282 from masondesu/patch-1Fuzzy2015-02-221-2/+2
| |\ \ \ | | | | | | | | | | Added missing `.bbox()` calls to merge example
| | * | | Added missing `.bbox()` calls to merge exampleMason Stewart2014-11-091-2/+2
| | |/ / | | | | | | | | | | | | | | | | Hey there. I may be misunderstanding, so feel free to dismiss this, but the `merge` method example for `BBox` wasn't working. I looked at the source for a few minutes, and realized that the first two lines in the example were missing a call to `bbox`, since `merge` belongs to `BBox` instances, not `Rect` instances. Thanks for making such a great lib. Really enjoying it so far :sparkles:
| * | | Merge pull request #273 from dotob/patch-1Fuzzy2015-02-221-2/+2
| |\ \ \ | | | | | | | | | | add missing add in function params
| | * | | add missing add in function paramssebastian krämer2014-10-131-2/+2
| | |/ /
| * | | Merge pull request #286 from fibo/masterFuzzy2015-02-221-6/+4
| |\ \ \ | | | | | | | | | | Fixed npm warning about "repositories" property
| | * | | Fixed npm warning about "repositories" propertyGianluca Casati2014-11-121-6/+4
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After adding *svg.js* as a dependency ``` $ npm install svg.js --save svg.js@1.0.1 node_modules/svg.js ``` when I update deps I get a warning ``` $ npm install npm WARN package.json svg.js@1.0.1 'repositories' (plural) Not supported. npm WARN package.json Please pick one as the 'repository' field svg.js@1.0.1 node_modules/svg.js ```
| * | | Merge pull request #300 from mjomble/patch-2Fuzzy2015-02-221-1/+1
| |\ \ \ | | | | | | | | | | Fixed function usage in example
| | * | | Fixed function usage in exampleAndres Kalle2014-12-261-1/+1
| | |/ /
| * | | Merge pull request #299 from mjomble/patch-1Fuzzy2015-02-221-2/+2
| |\ \ \ | | | | | | | | | | Gave example variables less confusing names
| | * | | Gave example variables less confusing namesAndres Kalle2014-12-261-2/+2
| | |/ /
| * | | Merge pull request #302 from mjomble/patch-3Fuzzy2015-02-221-7/+7
| |\ \ \ | | | | | | | | | | Various typo and error fixes