mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-04 23:29:52 +00:00
This identifies a particular region of an SVG image, which can then be linked to by an SVG fragment identifier.
8 lines
242 B
Text
8 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;
|