maskBorderRepeat

The mask-border-repeat CSS property sets how the edge regions of a source image are adjusted to fit the dimensions of an element's mask border.

Syntax: [ stretch | repeat | round | space ]{1,2}

Initial value: stretch

|                 Chrome                  | Firefox |                Safari                 | Edge | IE  |
| :-------------------------------------: | :-----: | :-----------------------------------: | :--: | :-: |
|   1   _(-webkit-mask-box-image-repeat)_ |   No    |                 17.2                  | n/a  | No  |
|                                         |         | 3.1 _(-webkit-mask-box-image-repeat)_ |      |     |

See also