mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-27 03:14:15 +00:00
9 lines
242 B
Text
9 lines
242 B
Text
|
|
#import <SVG/SVGGraphicsElement.idl>
|
||
|
|
#import <SVG/SVGFitToViewBox.idl>
|
||
|
|
|
||
|
|
// https://svgwg.org/svg2-draft/linking.html#InterfaceSVGViewElement
|
||
|
|
[Exposed=Window]
|
||
|
|
interface SVGViewElement : SVGElement {};
|
||
|
|
|
||
|
|
SVGViewElement includes SVGFitToViewBox;
|