mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
10 lines
223 B
Plaintext
10 lines
223 B
Plaintext
#import <SVG/SVGGraphicsElement.idl>
|
|
|
|
// https://svgwg.org/svg2-draft/struct.html#InterfaceSVGSymbolElement
|
|
[Exposed=Window]
|
|
interface SVGSymbolElement : SVGGraphicsElement {
|
|
|
|
};
|
|
|
|
SVGSymbolElement includes SVGFitToViewBox;
|