mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-18 15:32:22 +00:00
LibWeb: Add support for inline SVG element scripts
This commit is contained in:
parent
c4efc0a5aa
commit
4821d284c6
Notes:
sideshowbarker
2024-07-17 05:18:58 +09:00
Author: https://github.com/shannonbooth
Commit: 4821d284c6
Pull-request: https://github.com/SerenityOS/serenity/pull/21227
Reviewed-by: https://github.com/AtkinsSJ ✅
Reviewed-by: https://github.com/kemzeb
6 changed files with 74 additions and 10 deletions
|
@ -618,6 +618,7 @@ class SVGPathElement;
|
|||
class SVGPolygonElement;
|
||||
class SVGPolylineElement;
|
||||
class SVGRectElement;
|
||||
class SVGScriptElement;
|
||||
class SVGSVGElement;
|
||||
class SVGTitleElement;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue