LibWeb: Implement SVGLengthList

This commit is contained in:
Jelle Raaijmakers 2025-11-19 13:03:48 +01:00 committed by Andreas Kling
parent 832e953c67
commit 797e6dd4eb
Notes: github-actions[bot] 2025-11-20 22:16:40 +00:00
11 changed files with 126 additions and 18 deletions

View file

@ -940,6 +940,7 @@ set(SOURCES
SVG/SVGGraphicsElement.cpp
SVG/SVGImageElement.cpp
SVG/SVGLength.cpp
SVG/SVGLengthList.cpp
SVG/SVGLinearGradientElement.cpp
SVG/SVGLineElement.cpp
SVG/SVGList.cpp