Re: [svgwg] Add getScreenBBox() method to SVGGraphicsElement interface

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