mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
This change takes all existing WebIDL files in the repo that had definition lines without four leading spaces, and fixes them so they have four leading spaces.
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;
|
|
};
|