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

Having `selfTransform` and `ancestorTransforms` means you have the possibility of `{ selfTransform: false, ancestorTransforms: true }` which is a bit of an oddity. So an enumeration (`enum ApplyTransforms { "none", "self-only", "self-and-ancestors" }; ... ApplyTransforms applyTransforms = "none" ...`) or even a (nullable) Element might be a better choice.

-- 
GitHub Notification of comment by fsoder
Please view or discuss this issue at https://github.com/w3c/svgwg/issues/76#issuecomment-346999710 using your GitHub account

Received on Sunday, 26 November 2017 10:55:46 UTC