mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-25 19:56:30 +00:00
LibWeb: Implement <desc> SVG element
This commit is contained in:
parent
bb37451fe5
commit
2d90317c20
Notes:
sideshowbarker
2024-07-16 23:51:07 +09:00
Author: https://github.com/jamierocks
Commit: 2d90317c20
Pull-request: https://github.com/SerenityOS/serenity/pull/23974
Reviewed-by: https://github.com/MacDue
9 changed files with 71 additions and 0 deletions
|
@ -637,6 +637,7 @@ class SVGAnimatedRect;
|
|||
class SVGCircleElement;
|
||||
class SVGClipPathElement;
|
||||
class SVGDefsElement;
|
||||
class SVGDescElement;
|
||||
class SVGElement;
|
||||
class SVGEllipseElement;
|
||||
class SVGForeignObjectElement;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue