W3cubDocs

/Haxe JavaScript

MaskElement

package js.html.svg

extends ElementDOMElementNodeEventTarget

Available on js

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

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

See:

Variables

read only height:AnimatedLength

read only maskContentUnits:AnimatedEnumeration

read only maskUnits:AnimatedEnumeration

read only width:AnimatedLength

read only x:AnimatedLength

read only y:AnimatedLength

Static variables

static inline read only SVG_MASKTYPE_ALPHA:Int = 1

static inline read only SVG_MASKTYPE_LUMINANCE:Int = 0

static inline read only SVG_UNIT_TYPE_OBJECTBOUNDINGBOX:Int = 2

static inline read only SVG_UNIT_TYPE_UNKNOWN:Int = 0

static inline read only SVG_UNIT_TYPE_USERSPACEONUSE:Int = 1

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/js/html/svg/MaskElement.html