web api interface
SVGViewElement
The SVGViewElement interface provides access to the properties of <view> elements, as well as methods to manipulate them.
Instance properties
This interface also inherits properties from its parent interface, SVGElement.
viewBoxRead only- : An
SVGAnimatedRectcorresponding to theviewBoxattribute of the given<view>element.
- : An
preserveAspectRatioRead only- : An
SVGAnimatedPreserveAspectRatiocorresponding to thepreserveAspectRatioattribute of the given<view>element.
- : An
Instance methods
This interface doesn’t implement any specific methods, but inherits methods from its parent interface, SVGElement.
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.