mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-09 09:41:02 +00:00
10 lines
233 B
Text
10 lines
233 B
Text
|
|
#import <SVG/SVGGraphicsElement.idl>
|
||
|
|
|
||
|
|
// https://svgwg.org/svg2-draft/struct.html#InterfaceSVGSymbolElement
|
||
|
|
[Exposed=Window]
|
||
|
|
interface SVGSymbolElement : SVGGraphicsElement {
|
||
|
|
|
||
|
|
};
|
||
|
|
|
||
|
|
// FIXME: SVGSymbolElement includes SVGFitToViewBox;
|