2023-05-31 00:50:12 +01:00
|
|
|
#import <SVG/SVGGraphicsElement.idl>
|
|
|
|
|
|
|
|
|
|
// https://svgwg.org/svg2-draft/struct.html#InterfaceSVGSymbolElement
|
|
|
|
|
[Exposed=Window]
|
|
|
|
|
interface SVGSymbolElement : SVGGraphicsElement {
|
|
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
2024-07-20 18:32:53 +01:00
|
|
|
SVGSymbolElement includes SVGFitToViewBox;
|