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