ZoomAndPan
package js.html.svg
Available on js
The SVGZoomAndPan
interfaceis used to reflect the zoomAndPan
attribute, and is mixed in to other interfaces for elements that support this attribute.
Documentation SVGZoomAndPan by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See also:
Static variables
staticinlineread onlySVG_ZOOMANDPAN_DISABLE:Int = 1
staticinlineread onlySVG_ZOOMANDPAN_MAGNIFY:Int = 2
staticinlineread onlySVG_ZOOMANDPAN_UNKNOWN:Int = 0
Variables
zoomAndPan:Int
An unsigned short representing the value of the zoomAndPan
attribute.
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/svg/ZoomAndPan.html