aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorWout <wout@users.noreply.github.com>2016-09-22 16:53:09 +0200
committerGitHub <noreply@github.com>2016-09-22 16:53:09 +0200
commit24b818a84df13a76a4bd94deca0e4142a47039be (patch)
tree2c9df1b5c53a23f56efc7b968e2487c4e44d6545 /README.md
parentd59532cd05f9c414c48e5e19c1c4ac050e187e43 (diff)
downloadsvg.js-24b818a84df13a76a4bd94deca0e4142a47039be.tar.gz
svg.js-24b818a84df13a76a4bd94deca0e4142a47039be.zip
Added intersections plugin
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 2a0cc39..c8df50b 100644
--- a/README.md
+++ b/README.md
@@ -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).