summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/SVG/SVGSymbolElement.idl
blob: 52f33386a68d1dfd4dc1aff66338659702dd8002 (plain)
1
2
3
4
5
6
7
8
9
#import <SVG/SVGGraphicsElement.idl>

// https://svgwg.org/svg2-draft/struct.html#InterfaceSVGSymbolElement
[Exposed=Window]
interface SVGSymbolElement : SVGGraphicsElement {

};

// FIXME: SVGSymbolElement includes SVGFitToViewBox;