mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 01:32:14 -05:00
8 lines
270 B
Text
8 lines
270 B
Text
#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;
|
|
};
|