ladybird/Userland/Libraries/LibWeb/SVG/SVGAnimatedLength.idl
2022-03-21 21:04:39 +01:00

6 lines
146 B
Text

#import <SVG/SVGLength.idl>
interface SVGAnimatedLength {
readonly attribute SVGLength baseVal;
readonly attribute SVGLength animVal;
};