mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
9 lines
289 B
Plaintext
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;
|
|
};
|