mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
9 lines
279 B
Plaintext
9 lines
279 B
Plaintext
#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;
|
|
};
|