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
amacgillivray
changed the title
SvgGeometryElement is missing the "isPointInFill" method
SvgGeometryElement is missing the "isPointInFill" and "isPointInStroke" methods
May 6, 2025
amacgillivray
added a commit
to amacgillivray/wasm-bindgen
that referenced
this issue
May 6, 2025
Describe the Bug
The "isPointInFill" and "isPointInStroke" methods of SVGGeometryElement are missing.
Expected Behavior
All instance methods of the JS SVGGeometryElement class should exist on the web-sys SvgGeometryElement struct.
The text was updated successfully, but these errors were encountered: