ladybird/Libraries/LibWeb/SVG/SVGGElement.idl

7 lines
168 B
Text
Raw Normal View History

#import <SVG/SVGGraphicsElement.idl>
// https://svgwg.org/svg2-draft/struct.html#InterfaceSVGGElement
[Exposed=Window]
interface SVGGElement : SVGGraphicsElement {
};