mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
9 lines
277 B
Plaintext
9 lines
277 B
Plaintext
#import <SVG/SVGNumberList.idl>
|
|
|
|
// https://www.w3.org/TR/SVG2/types.html#InterfaceSVGAnimatedNumberList
|
|
[Exposed=Window]
|
|
interface SVGAnimatedNumberList {
|
|
[SameObject] readonly attribute SVGNumberList baseVal;
|
|
[SameObject] readonly attribute SVGNumberList animVal;
|
|
};
|