mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-09 20:52:54 +00:00
6 lines
168 B
Text
6 lines
168 B
Text
#import <SVG/SVGGraphicsElement.idl>
|
|
|
|
// https://svgwg.org/svg2-draft/struct.html#InterfaceSVGGElement
|
|
[Exposed=Window]
|
|
interface SVGGElement : SVGGraphicsElement {
|
|
};
|