Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

currentScale property

Gets or sets the current scale factor, relative to the initial view (when this property is called from an outermost svg element.

Scalable Vector Graphics: Document Structure, Section 5.11.2Internet Explorer 9

 

Syntax

JavaScript
p = object.currentScale

 

Property values

Type: Floating-point

The current scale factor, relative to the initial view.

Standards information

Remarks

The outermost svg element is the furthest ancestor svg element in the current document fragment.

When the currentScale property is called on an element other than the outermost svg element, this property's behavior is undefined.

See also

SVGSVGElement

 

 

Show:
© 2017 Microsoft