LibWeb: Rename SVGPathBox -> SVGGeometryBox

This fits better since it's now used by all SVGGeometryElements.
This commit is contained in:
Sam Atkins 2022-02-11 12:37:22 +00:00 committed by Andreas Kling
commit 784c3183f7
Notes: sideshowbarker 2024-07-17 19:00:54 +09:00
7 changed files with 18 additions and 18 deletions

View file

@ -11,7 +11,7 @@
#include <LibGfx/Path.h>
#include <LibWeb/DOM/Document.h>
#include <LibWeb/DOM/Event.h>
#include <LibWeb/Layout/SVGPathBox.h>
#include <LibWeb/Layout/SVGGeometryBox.h>
#include <LibWeb/SVG/SVGPathElement.h>
#include <ctype.h>