y property

The read-only y property of the SVGMaskElement interface returns an SVGAnimatedLength object containing the value of the y attribute of the . It represents the y-axis coordinate of the top-left corner of the masking area.

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

Implementation

external SVGAnimatedLength get y;