mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 03:27:44 +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:
parent
8949b0def6
commit
63c4fcdc69
3 changed files with 82 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue