summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2013-07-25 20:37:02 +0100
committerwout <wout@impinc.co.uk>2013-07-25 20:37:02 +0100
commit0685d55d3125f212975807f540520cffb663d9a8 (patch)
tree019ae6ce667b63026f7c5d95a559d9f7c41f157c
parent58f10a25dbee327f496eacbf7944a561708de5ea (diff)
downloadsvg.js-0685d55d3125f212975807f540520cffb663d9a8.tar.gz
svg.js-0685d55d3125f212975807f540520cffb663d9a8.zip
Added svg.filter.js plugin to readme0.30
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index bfcf6b0..f01ed8a 100644
--- a/README.md
+++ b/README.md
@@ -1302,6 +1302,7 @@ Here are a few nice plugins that are available for svg.js:
- [svg.draggable.js](https://github.com/wout/svg.draggable.js) to make elements draggable.
- [svg.easing.js](https://github.com/wout/svg.easing.js) for more easing methods on animations.
- [svg.export.js](https://github.com/wout/svg.export.js) export raw SVG.
+- [svg.filter.js](https://github.com/wout/svg.filter.js) adding svg filters to elements.
- [svg.foreignobject.js](https://github.com/john-memloom/svg.foreignobject.js) foreignObject implementation (by john-memloom).
- [svg.import.js](https://github.com/wout/svg.import.js) import raw SVG data.
- [svg.math.js](https://github.com/otm/svg.math.js) a math extension (by Nils Lagerkvist).