Re: [svgwg] Remove un-implemented `pointer-events` "painted" rules for images

> `bounding-box` does not take clipping into account

It does. In your test (https://codepen.io/krit/pen/OaXzQe) you have `pointer-events: bounding-box` on the `use`, so you end up hitting the bounding box of the `use`. (Compare to when you have a/the `clip-path` on the `use` itself.)

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

Received on Friday, 9 November 2018 21:40:11 UTC