Files
ladybird/Libraries/LibWeb/SVG/SVGAnimatedNumberList.idl
2026-03-25 16:02:04 +00:00

9 lines
289 B
Plaintext

#import <SVG/SVGNumberList.idl>
// https://w3c.github.io/svgwg/svg2-draft/types.html#InterfaceSVGAnimatedNumberList
[Exposed=Window]
interface SVGAnimatedNumberList {
[SameObject] readonly attribute SVGNumberList baseVal;
[SameObject] readonly attribute SVGNumberList animVal;
};