mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
9 lines
270 B
Plaintext
9 lines
270 B
Plaintext
#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;
|
|
};
|