mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
8 lines
277 B
Text
8 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;
|
|
};
|