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

LibWeb: Abstract common operations of graphical SVG elements

This commit is contained in:
Matthew Olsson 2020-07-22 15:17:39 -07:00 committed by Andreas Kling
parent 3206263c2d
commit 943e4f8bf1
5 changed files with 83 additions and 7 deletions

View file

@ -57,6 +57,7 @@ set(SOURCES
DOM/ImageData.cpp
DOM/Node.cpp
DOM/ParentNode.cpp
DOM/SvgContext.cpp
DOM/TagNames.cpp
DOM/Text.cpp
DOM/Timer.cpp