You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Normal hit testing rules apply; the value of the pointer-events property on the element determines whether a point is considered to be within the fill.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
https://developer.mozilla.org/en-US/docs/Web/API/SVGGeometryElement/isPointInFill:
What does that mean?
pointer-events='none'
doesn't change result ofisPointInFill
in my test: https://jsbin.com/kopefuzace/1/edit?html,js,outputI asked similar question in pull request (mdn/content#35746 (comment)) but no answers there.
Beta Was this translation helpful? Give feedback.
All reactions