diff options
author | wout <wout@impinc.co.uk> | 2013-02-13 13:23:59 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2013-02-13 13:23:59 +0100 |
commit | 3ebe05f1a91ba05b6eebfefae1358dab0381f23b (patch) | |
tree | a1148056d0a632d224498e6383eab7c79b68fb43 /README.md | |
parent | 7a2188bd2f9136fb2f8fcfd851c978ec9a65618d (diff) | |
download | svg.js-3ebe05f1a91ba05b6eebfefae1358dab0381f23b.tar.gz svg.js-3ebe05f1a91ba05b6eebfefae1358dab0381f23b.zip |
Added clippath references in README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |