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

I've made two more testcases for markers and filters:
Does getBoundingClientRect include stroke? https://output.jsbin.com/fuxuqav/1/quiet
Does getBoundingClientRect include markers? https://output.jsbin.com/qaxofoj/quiet
Does getBoundingClientRect include filter offset? https://output.jsbin.com/rusakor/quiet

Firefox/Gecko and Edge do include markers, Blink and WebKit do not. No major browser includes filter offsets.

Compatibility table presented in fsoder notation:
- Chromium/Blink: object bounding box
- Safari/WebKit: object bounding box
- Edge: decorated bounding box
- Firefox/Gecko: decorated bounding box

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

Received on Thursday, 3 August 2017 20:19:45 UTC