1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 08:47:34 +00:00

LibWeb: Add a bare-bones SVG <g> element

This commit is contained in:
Andreas Kling 2021-09-18 00:04:19 +02:00
parent 92c08ad4ac
commit 7ac889e533
5 changed files with 55 additions and 0 deletions

View file

@ -225,6 +225,7 @@ set(SOURCES
RequestIdleCallback/IdleDeadline.cpp
SVG/AttributeNames.cpp
SVG/SVGElement.cpp
SVG/SVGGElement.cpp
SVG/SVGGeometryElement.cpp
SVG/SVGGraphicsElement.cpp
SVG/SVGPathElement.cpp