gioser-graph-web: fix web-sys feature casing and compilation

- SvgSvgElement → SvgsvgElement
- Add Response feature
- Make color owned String for closure lifetime
This commit is contained in:
Sergio
2026-05-23 14:49:26 +00:00
parent cb5d83b1f7
commit 7a53fea13c
2 changed files with 15 additions and 8 deletions
@@ -21,13 +21,14 @@ features = [
"Element",
"HtmlElement",
"SvgElement",
"SvgSvgElement",
"SvgsvgElement",
"SvgCircleElement",
"SvgLineElement",
"SvgTextElement",
"SvgTextContentElement",
"SvgGraphicsElement",
"Node",
"Response",
"CssStyleDeclaration",
"DomRect",
"Event",