mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
This identifies a particular region of an SVG image, which can then be linked to by an SVG fragment identifier.
9 lines
242 B
Plaintext
9 lines
242 B
Plaintext
#import <SVG/SVGGraphicsElement.idl>
|
|
#import <SVG/SVGFitToViewBox.idl>
|
|
|
|
// https://svgwg.org/svg2-draft/linking.html#InterfaceSVGViewElement
|
|
[Exposed=Window]
|
|
interface SVGViewElement : SVGElement {};
|
|
|
|
SVGViewElement includes SVGFitToViewBox;
|