useCurrentView property
Gets or sets a value that indicates whether the current innermost SVG document fragment is the standard view (that is, based on attributes of the svg element such as viewBox) or a custom view (that is, a hyperlink into a particular view or other element.
![]() ![]() |
Syntax
| JavaScript |
|---|
pCurrentView = object.useCurrentView |
Property values
Type: Boolean
That specifies the current view.true if the initial view is a custom view; false if the view is the standard view.
Standards information
- Scalable Vector Graphics: Document Structure, Section 5.11.2
See also
Show:

