ladybird/Userland/Libraries/LibWeb/SVG/SVGStopElement.idl

8 lines
186 B
Text
Raw Normal View History

#import <SVG/SVGElement.idl>
#import <SVG/SVGAnimatedNumber.idl>
[Exposed=Window]
interface SVGStopElement : SVGElement {
[SameObject] readonly attribute SVGAnimatedNumber offset;
};