This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

SVGZoomAndPan

Inherits from SVGElementSVGElement

Properties

No properties.

Methods

No methods.

Events

No events.

Inherited from SVGElement

Properties

No properties.

Methods

No methods.

Events

No events.

Notes

Remarks

Zooming is the simultaneous operation of the scale and translate actions in the SVGTransform element. Panning just uses the translate actions of SVGTransform element. SVGZoomAndPan provides two values:

  • magnify
  • disable

The default is magnify and allows zooming and panning. Disable will disable zooming and panning.

Syntax

Standards information

Members

The SVGZoomAndPan object does not define any members.

Attributions