Files
serenity/Userland/Libraries/LibWeb/SVG/SVGSymbolElement.idl
Jamie Mansfield b5b941d895 LibWeb/SVG: SVGSymbolElement includes SVGFitToViewBox
(cherry picked from commit 6c7089fc9e522b89c9479c618e94c3d43627e22a)
2024-07-22 12:23:12 -04:00

10 lines
223 B
Plaintext

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