mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:37:45 +00:00
LibWeb: Create LayoutNodes for each SVG element
This brings the SVG API closer to the rest of LibWeb
This commit is contained in:
parent
f2055bb509
commit
455ce0b9c3
16 changed files with 402 additions and 122 deletions
|
@ -148,6 +148,9 @@ set(SOURCES
|
|||
Layout/LayoutPosition.cpp
|
||||
Layout/LayoutReplaced.cpp
|
||||
Layout/LayoutSVG.cpp
|
||||
Layout/LayoutSVGGraphics.cpp
|
||||
Layout/LayoutSVGPath.cpp
|
||||
Layout/LayoutSVGSVG.cpp
|
||||
Layout/LayoutTable.cpp
|
||||
Layout/LayoutTableCell.cpp
|
||||
Layout/LayoutTableRow.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue