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:
parent
8d3240d633
commit
6f46bff4df
3 changed files with 78 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue