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

9 lines
268 B
Text
Raw Normal View History

#import <SVG/SVGElement.idl>
#import <SVG/SVGAnimatedNumber.idl>
// https://svgwg.org/svg2-draft/single-page.html#pservers-InterfaceSVGStopElement
[Exposed=Window]
interface SVGStopElement : SVGElement {
[SameObject] readonly attribute SVGAnimatedNumber offset;
};