mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 23:04:59 +00:00
9 lines
233 B
Text
9 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;
|