summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2013-02-13 13:23:59 +0100
committerwout <wout@impinc.co.uk>2013-02-13 13:23:59 +0100
commit3ebe05f1a91ba05b6eebfefae1358dab0381f23b (patch)
treea1148056d0a632d224498e6383eab7c79b68fb43 /README.md
parent7a2188bd2f9136fb2f8fcfd851c978ec9a65618d (diff)
downloadsvg.js-3ebe05f1a91ba05b6eebfefae1358dab0381f23b.tar.gz
svg.js-3ebe05f1a91ba05b6eebfefae1358dab0381f23b.zip
Added clippath references in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 20bceab..7afe797 100644
--- a/README.md
+++ b/README.md
@@ -456,6 +456,8 @@ For your convenience, the masking element is also referenced in the masked eleme
rect.mask.remove();
```
+If you want to clip elements rather than masking them, have a look at the [svg.clippath.js](https://github.com/wout/svg.clippath.js) plugin.
+
_This functionality requires the mask.js module which is included in the default distribution._
@@ -756,6 +758,7 @@ Here are a few nice plugins that are available for svg.js:
- [svg.easing.js](https://github.com/wout/svg.easing.js) for more easing methods on animations.
- [svg.import.js](https://github.com/wout/svg.import.js) import raw SVG data.
- [svg.draggable.js](https://github.com/wout/svg.draggable.js) to make elements draggable.
+- [svg.clippath.js](https://github.com/wout/svg.clippath.js) clip elements.
## Building