From: Ulrich-Matthias Schäfer Date: Sat, 7 Nov 2015 02:06:09 +0000 (+0100) Subject: added screenbox plugin to readme X-Git-Tag: 2.2.1~7 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2f922cb4d30cf9c113be8ad165b42011fcdc34e2;p=svg.js.git added screenbox plugin to readme --- 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.