Haxe API Documentation
Back | Index
extern class js.html.svg.MaskElement
extends Element
Available in js
The SVGMaskElement interface provides access to the properties of <mask> elements, as well as methods to manipulate them.

Documentation for this class was provided by MDN.
var height(default,null) : AnimatedLength
Corresponds to attribute height on the given <mask> element.
var maskContentUnits(default,null) : AnimatedEnumeration
Corresponds to attribute maskContentUnits on the given <mask> element. Takes one of the constants defined in SVGUnitTypes
var maskUnits(default,null) : AnimatedEnumeration
Corresponds to attribute maskUnits on the given <mask> element. Takes one of the constants defined in SVGUnitTypes
var width(default,null) : AnimatedLength
Corresponds to attribute width on the given <mask> element.
var x(default,null) : AnimatedLength
var y(default,null) : AnimatedLength
Back | Index