diff options
author | Wout <wout@users.noreply.github.com> | 2016-09-22 16:53:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-22 16:53:09 +0200 |
commit | 24b818a84df13a76a4bd94deca0e4142a47039be (patch) | |
tree | 2c9df1b5c53a23f56efc7b968e2487c4e44d6545 /README.md | |
parent | d59532cd05f9c414c48e5e19c1c4ac050e187e43 (diff) | |
download | svg.js-24b818a84df13a76a4bd94deca0e4142a47039be.tar.gz svg.js-24b818a84df13a76a4bd94deca0e4142a47039be.zip |
Added intersections plugin
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3909,6 +3909,9 @@ Here are a few nice plugins that are available for SVG.js: ### import [svg.import.js](https://github.com/wout/svg.import.js) import raw SVG data. +### intersections +[svg.intersections.js](https://github.com/amatiash/svg.intersections.js) find intersections of paths and lines (by amatiash) + ### math [svg.math.js](https://github.com/otm/svg.math.js) a math extension (by Nils Lagerkvist). |