wasm-bindgen icon indicating copy to clipboard operation
wasm-bindgen copied to clipboard

SvgGeometryElement is missing the "isPointInFill" and "isPointInStroke" methods

Open amacgillivray opened this issue 6 months ago • 0 comments

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.

amacgillivray avatar May 06 '25 15:05 amacgillivray