wasm-bindgen
wasm-bindgen copied to clipboard
SvgGeometryElement is missing the "isPointInFill" and "isPointInStroke" methods
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.