ladybird/Libraries/LibWeb/SVG/SVGAnimatedLengthList.idl
2025-11-20 23:15:24 +01:00

8 lines
279 B
Text

#import <SVG/SVGLengthList.idl>
// https://svgwg.org/svg2-draft/types.html#InterfaceSVGAnimatedLengthList
[Exposed=Window]
interface SVGAnimatedLengthList {
[SameObject] readonly attribute SVGLengthList baseVal;
[SameObject] readonly attribute SVGLengthList animVal;
};