summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFuzzy <ulima.ums@googlemail.com>2015-05-22 21:48:23 +0200
committerFuzzy <ulima.ums@googlemail.com>2015-05-22 21:48:23 +0200
commitb8853bf4dd547734fb4890b5a1ba73f58eba933a (patch)
tree50e3665f8de7b980061be2b75e53feb2c29b5e10
parentf7dacf2106d0e6ac7ae8ca6d84eab4b1322105bb (diff)
parent4e64bdcd0f0ec21b2229b6d9703a568319939d7e (diff)
downloadsvg.js-b8853bf4dd547734fb4890b5a1ba73f58eba933a.tar.gz
svg.js-b8853bf4dd547734fb4890b5a1ba73f58eba933a.zip
Merge pull request #338 from loredanacirstea/master
added link to svg.connectable.js fork
-rwxr-xr-xREADME.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0c5173e..d58944b 100755
--- a/README.md
+++ b/README.md
@@ -3150,6 +3150,8 @@ Here are a few nice plugins that are available for svg.js:
### connectable
[svg.connectable.js](https://github.com/jillix/svg.connectable.js) to connect elements.
+[svg.connectable.js fork](https://github.com/loredanacirstea/svg.connectable.js) to connect elements (added: curved connectors, you can use any self-made path as a connector, choosable 'center'/'perifery' attachment, 'perifery' attachment for source / target SVG Paths uses smallest-distance algorithm between PathArray points)
+
### easing
[svg.easing.js](https://github.com/wout/svg.easing.js) for more easing methods on animations.