ladybird/Userland/Libraries/LibWeb/SVG/SVGSVGElement.idl

11 lines
248 B
Plaintext
Raw Normal View History

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