1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 18:57:34 +00:00

LibWeb: Add support for inline SVG element scripts

This commit is contained in:
Shannon Booth 2023-09-26 01:12:21 +13:00 committed by Sam Atkins
parent c4efc0a5aa
commit 4821d284c6
6 changed files with 74 additions and 10 deletions

View file

@ -618,6 +618,7 @@ class SVGPathElement;
class SVGPolygonElement;
class SVGPolylineElement;
class SVGRectElement;
class SVGScriptElement;
class SVGSVGElement;
class SVGTitleElement;
}