maskClip

abstract var maskClip: MaskClip?(source)

The mask-clip CSS property determines the area which is affected by a mask. The painted content of an element must be restricted to this area.

Syntax: [ <geometry-box> | no-clip ]#

Initial value: border-box

| Chrome  | Firefox |  Safari  | Edge | IE  |
| :-----: | :-----: | :------: | :--: | :-: |
|   120   |   53    |   15.4   | n/a  | No  |
|    1′   |         |    4′    |      |     |

See also