1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 03:37:45 +00:00

LibWeb: Stub out a new SVGDecodedImageData class

This class will implement isolated SVG layout and rendering.
This commit is contained in:
Andreas Kling 2023-05-20 16:34:52 +02:00
parent 8d3240d633
commit 6f46bff4df
3 changed files with 78 additions and 0 deletions

View file

@ -500,6 +500,7 @@ set(SOURCES
SVG/SVGAnimatedLength.cpp
SVG/SVGAnimatedNumber.cpp
SVG/SVGClipPathElement.cpp
SVG/SVGDecodedImageData.cpp
SVG/SVGDefsElement.cpp
SVG/SVGElement.cpp
SVG/SVGGElement.cpp