mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 01:22:12 +02:00
8 lines
186 B
Plaintext
8 lines
186 B
Plaintext
#import <SVG/SVGElement.idl>
|
|
#import <SVG/SVGAnimatedNumber.idl>
|
|
|
|
[Exposed=Window]
|
|
interface SVGStopElement : SVGElement {
|
|
[SameObject] readonly attribute SVGAnimatedNumber offset;
|
|
};
|