### Describe the Bug The ["isPointInFill"](https://developer.mozilla.org/en-US/docs/Web/API/SVGGeometryElement/isPointInFill) and ["isPointInStroke"](https://developer.mozilla.org/en-US/docs/Web/API/SVGGeometryElement/isPointInStroke) methods of [SVGGeometryElement](https://developer.mozilla.org/en-US/docs/Web/API/SVGGeometryElement) are missing. ### Expected Behavior All instance methods of the JS SVGGeometryElement class should exist on the web-sys [SvgGeometryElement](https://github.com/rustwasm/wasm-bindgen/blob/c35cc9369d5e0dc418986f7811a0dd702fb33ef9/crates/web-sys/src/features/gen_SvgGeometryElement.rs#L4) struct.