The SVGViewElement interface provides access to the properties of <view> elements, as well as methods to manipulate them.
This interface also inherits properties from its parent interface, SVGElement.
SVGViewElement.viewBox Read onlyAn SVGAnimatedRect corresponding to the viewBox attribute of the given <view> element.
SVGViewElement.preserveAspectRatio Read onlyAn SVGAnimatedPreserveAspectRatio corresponding to the preserveAspectRatio attribute of the given <view> element.
This interface doesn't implement any specific methods, but inherits methods from its parent interface, SVGElement.