LibWeb: Add SVGList<T> and use it for SVGTransformList

The spec defines a generic list interfaces that we can reuse. Currently
we only have SVGTransformList, but we will need this to add
SVGNumberList as well.
This commit is contained in:
Jelle Raaijmakers 2025-11-05 15:20:53 +01:00 committed by Jelle Raaijmakers
parent 7e869c7816
commit 9991205403
Notes: github-actions[bot] 2025-11-09 00:24:22 +00:00
8 changed files with 307 additions and 70 deletions

View file

@ -932,6 +932,7 @@ set(SOURCES
SVG/SVGLength.cpp
SVG/SVGLinearGradientElement.cpp
SVG/SVGLineElement.cpp
SVG/SVGList.cpp
SVG/SVGMaskElement.cpp
SVG/SVGMetadataElement.cpp
SVG/SVGNumber.cpp