mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
9 lines
277 B
Text
9 lines
277 B
Text
|
|
#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;
|
||
|
|
};
|