mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:27:34 +00:00
LibWeb: Rename SVGPathBox -> SVGGeometryBox
This fits better since it's now used by all SVGGeometryElements.
This commit is contained in:
parent
326a5a82eb
commit
784c3183f7
7 changed files with 18 additions and 18 deletions
|
@ -235,8 +235,8 @@ set(SOURCES
|
|||
Layout/ReplacedBox.cpp
|
||||
Layout/SVGBox.cpp
|
||||
Layout/SVGFormattingContext.cpp
|
||||
Layout/SVGGeometryBox.cpp
|
||||
Layout/SVGGraphicsBox.cpp
|
||||
Layout/SVGPathBox.cpp
|
||||
Layout/SVGSVGBox.cpp
|
||||
Layout/TableBox.cpp
|
||||
Layout/TableCellBox.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue