LibWeb/SVG: Implement <metadata> element

This commit is contained in:
Jamie Mansfield
2024-08-16 17:27:32 +01:00
committed by Andreas Kling
parent b3fa8f0ce2
commit e2f599ebee
11 changed files with 75 additions and 0 deletions

View File

@@ -654,6 +654,7 @@ set(SOURCES
SVG/SVGLineElement.cpp
SVG/SVGLinearGradientElement.cpp
SVG/SVGMaskElement.cpp
SVG/SVGMetadataElement.cpp
SVG/SVGPolygonElement.cpp
SVG/SVGPolylineElement.cpp
SVG/SVGRectElement.cpp