LibWeb: Implement SVGAnimatedLengthList

This commit is contained in:
Jelle Raaijmakers 2025-11-19 13:15:01 +01:00 committed by Andreas Kling
parent 797e6dd4eb
commit 527a293047
Notes: github-actions[bot] 2025-11-20 22:16:33 +00:00
8 changed files with 98 additions and 10 deletions

View file

@ -901,6 +901,7 @@ set(SOURCES
SVG/SVGAElement.cpp
SVG/SVGAnimatedEnumeration.cpp
SVG/SVGAnimatedLength.cpp
SVG/SVGAnimatedLengthList.cpp
SVG/SVGAnimatedNumber.cpp
SVG/SVGAnimatedNumberList.cpp
SVG/SVGAnimatedRect.cpp