W3cubDocs

/Haxe JavaScript

ViewElement

package js.html.svg

extends ElementDOMElementNodeEventTarget

@:native("SVGViewElement") Available on js

The SVGViewElement interface provides access to the properties of view elements, as well as methods to manipulate them.

Documentation SVGViewElement by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See:

Variables

read only preserveAspectRatio:AnimatedPreserveAspectRatio

read only viewBox:AnimatedRect

read only viewTarget:StringList

zoomAndPan:Int

Static variables

@:value(1) static inline read only SVG_ZOOMANDPAN_DISABLE:Int = 1

@:value(2) static inline read only SVG_ZOOMANDPAN_MAGNIFY:Int = 2

@:value(0) static inline read only SVG_ZOOMANDPAN_UNKNOWN:Int = 0

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/svg/ViewElement.html