diff options
author | Fuzzy <ulima.ums@googlemail.com> | 2015-05-22 21:48:23 +0200 |
---|---|---|
committer | Fuzzy <ulima.ums@googlemail.com> | 2015-05-22 21:48:23 +0200 |
commit | b8853bf4dd547734fb4890b5a1ba73f58eba933a (patch) | |
tree | 50e3665f8de7b980061be2b75e53feb2c29b5e10 | |
parent | f7dacf2106d0e6ac7ae8ca6d84eab4b1322105bb (diff) | |
parent | 4e64bdcd0f0ec21b2229b6d9703a568319939d7e (diff) | |
download | svg.js-b8853bf4dd547734fb4890b5a1ba73f58eba933a.tar.gz svg.js-b8853bf4dd547734fb4890b5a1ba73f58eba933a.zip |
Merge pull request #338 from loredanacirstea/master
added link to svg.connectable.js fork
-rwxr-xr-x | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |