mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 15:45:25 +00:00
The intent is to use these to autogenerate prototype declarations for Window and WorkerGlobalScope classes. And the spec links are just nice to have :^)
8 lines
166 B
Plaintext
8 lines
166 B
Plaintext
#import <SVG/SVGElement.idl>
|
|
|
|
// https://svgwg.org/svg2-draft/types.html#InterfaceSVGGraphicsElement
|
|
[Exposed=Window]
|
|
interface SVGGraphicsElement : SVGElement {
|
|
|
|
};
|