maskRepeat

abstract var maskRepeat: MaskRepeat?(source)

The mask-repeat CSS property sets how mask images are repeated. A mask image can be repeated along the horizontal axis, the vertical axis, both axes, or not repeated at all.

Syntax: <repeat-style>#

Initial value: repeat

| Chrome  | Firefox |  Safari   | Edge  | IE  |
| :-----: | :-----: | :-------: | :---: | :-: |
|   120   |   53    |   15.4    | 18-79 | No  |
|    1′   |         |    3.1′   |       |     |

See also