summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2015-11-07 03:06:09 +0100
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2015-11-07 03:06:09 +0100
commit2f922cb4d30cf9c113be8ad165b42011fcdc34e2 (patch)
treefb60c8d95f5496e7431d4e8cbe2e9427b804686e /README.md
parentfd73060732d28f12509225cbfb2f5a4150982d30 (diff)
downloadsvg.js-2f922cb4d30cf9c113be8ad165b42011fcdc34e2.tar.gz
svg.js-2f922cb4d30cf9c113be8ad165b42011fcdc34e2.zip
added screenbox plugin to 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 6c0b432..401b798 100644
--- a/README.md
+++ b/README.md
@@ -3779,6 +3779,9 @@ Here are a few nice plugins that are available for SVG.js:
### path
[svg.path.js](https://github.com/otm/svg.path.js) for manually drawing paths (by Nils Lagerkvist).
+## screenBBox
+[svg.screenbbox.js](https://github.com/fuzzyma/svg.screenbbox.js) to get the bbox in screen coordinates from transformed path/polygon/polyline
+
### shapes
[svg.shapes.js](https://github.com/wout/svg.shapes.js) for more polygon based shapes.