We use cookies to improve your experience. Learn more in our Privacy policy.
mask-type
The mask-type CSS property sets whether an SVG
Initial value | luminance |
Applies to |
Syntax
mask-type: alpha;
Values
Is a keyword indicating that the associated mask image is a luminance mask, i.e., that its relative luminance values must be used when applying it.
Is a keyword indicating that the associated mask image is an alpha mask, i.e., that its alpha channel values must be used when applying it.
Browser support
mask-type | chrome24 | edge79 | firefox35 | ie | opera15 | safari6.1 |