ladybird/Libraries/LibWeb/SVG/SVGMetadataElement.idl

7 lines
166 B
Text
Raw Normal View History

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