Newer
Older
minerva / Userland / Libraries / LibWeb / SVG / SVGGElement.idl
@minerva minerva on 13 Jul 168 bytes Initial commit
#import <SVG/SVGGraphicsElement.idl>

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