- From: Paul LeBeau via GitHub <sysbot+gh@w3.org>
- Date: Wed, 22 Mar 2017 11:56:54 +0000
- To: public-svg-issues@w3.org
Or alternatively, perhaps, add a new property to `SVGBoundingBoxOptions`? ``` dictionary SVGBoundingBoxOptions { boolean fill = true; boolean stroke = false; boolean markers = false; boolean clipped = false; boolean applyTransforms = false; }; ``` If `applyTransforms` is true, then the bounding box that is calculated takes into account all transforms on the current and ancestor elements. -- GitHub Notification of comment by BigBadaboom Please view or discuss this issue at https://github.com/w3c/svgwg/issues/76#issuecomment-288376982 using your GitHub account
Received on Wednesday, 22 March 2017 11:57:00 UTC