maskType

abstract var maskType: MaskType?(source)

The mask-type CSS property sets whether an SVG <mask> element is used as a luminance or an alpha mask. It applies to the <mask> element itself.

Syntax: luminance | alpha

Initial value: luminance

| Chrome | Firefox | Safari | Edge | IE  |
| :----: | :-----: | :----: | :--: | :-: |
|   24   |   35    |   7    | n/a  | No  |

See also