maskContentUnits property

SVGAnimatedEnumeration get maskContentUnits

The read-only maskContentUnits property of the SVGMaskElement interface reflects the maskContentUnits attribute. It indicates which coordinate system to use for the contents of the element.

Note: Although this property is read-only, it is merely a container for two values you can modify, SVGAnimatedEnumeration.baseVal and SVGAnimatedEnumeration.animVal.

Implementation

external SVGAnimatedEnumeration get maskContentUnits;