Re: [svgwg] SVGElement.getBoundingClientRect(): which bounding box?

Please note that the implementations are *not* consistent (it's easy to miss the "not" in something like the above I know, I had to look twice as well...)

Let's try that again in a different form:

- Chromium/Blink: fill-box / object bounding box
- Safari/WebKit: fill-box / object bounding box
- Edge: stroke-box 
- Firefox/Gecko: stroke-box

[1]  I don't recall testing this more thoroughly, but it could be more like [2]
[2] According to testing I did a few years back I believe it was actually closer to "decorated bounding box". I don't think we have a decently matching keyword for that one though...

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

Received on Thursday, 3 August 2017 17:35:32 UTC