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

LibWeb: Add SVG::ViewBox to represent SVG view boxes

This also comes with a simple little parsing helper. :^)
This commit is contained in:
Andreas Kling 2021-09-15 01:06:57 +02:00
parent 8949b0def6
commit 63c4fcdc69
3 changed files with 82 additions and 0 deletions

View file

@ -228,6 +228,7 @@ set(SOURCES
SVG/SVGPathElement.cpp
SVG/SVGSVGElement.cpp
SVG/TagNames.cpp
SVG/ViewBox.cpp
StylePropertiesModel.cpp
UIEvents/EventNames.cpp
UIEvents/MouseEvent.cpp