mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
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:
parent
7e869c7816
commit
9991205403
Notes:
github-actions[bot]
2025-11-09 00:24:22 +00:00
Author: https://github.com/gmta
Commit: 9991205403
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6709
8 changed files with 307 additions and 70 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue