W3cubDocs

/SVG

mask

The mask attribute binds the element it is applied to with a given <mask> element.

As a presentation attribute, it also can be used as a property directly inside a CSS stylesheet.

Usage context

Categories Presentation attribute
Value <FuncIRI> | none | inherit
Animatable Yes
Normative document SVG 1.1 (2nd Edition)
<funcIRI>
A reference to another graphical object within the same SVG document fragment which will be used as the mask. the syntax for this reference is the same as the css uri.

Example

mask as an attribute

<svg>
    TBD
</svg>

mask as a CSS property

<svg>
    TBD
</svg>

Elements

The following elements can use the mask attribute

© 2005–2018 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/mask