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