]> source.dussan.org Git - svg.js.git/commitdiff
added screenbox plugin to readme
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Sat, 7 Nov 2015 02:06:09 +0000 (03:06 +0100)
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Sat, 7 Nov 2015 02:06:09 +0000 (03:06 +0100)
README.md

index 6c0b432e6646f57d55d5b2725c39f217d1391ec0..401b7984f01b90e008ad577662b61723c46c21b7 100644 (file)
--- 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.