1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 16:17:36 +00:00

LibWeb: Implement the <symbol> SVG element

This commit is contained in:
PrestonLTaylor 2023-05-31 00:50:12 +01:00 committed by Andreas Kling
parent c7c3043aa2
commit aa691c22d4
7 changed files with 106 additions and 0 deletions

View file

@ -522,6 +522,7 @@ set(SOURCES
SVG/SVGRadialGradientElement.cpp
SVG/SVGSVGElement.cpp
SVG/SVGStopElement.cpp
SVG/SVGSymbolElement.cpp
SVG/SVGTextContentElement.cpp
SVG/SVGUseElement.cpp
SVG/TagNames.cpp