The mask-composite
CSS property represents a compositing operation used on the current mask layer with the mask layers below it.
The mask-composite
CSS property represents a compositing operation used on the current mask layer with the mask layers below it.
One or more of the keyword values listed below, separated by commas.
For the composition the current mask layer is referred to as source, while all layers below it are referred to as destination.
add
The source is placed over the destination.
subtract
The source is placed, where it falls outside of the destination.
intersect
The parts of source that overlap the destination, replace the destination.
exclude
The non-overlapping regions of source and destination are combined.
Initial value | add |
---|---|
Applies to | all elements; In SVG, it applies to container elements excluding the <defs> element and all graphics elements |
Inherited | no |
Computed value | as specified |
Animation type | discrete |
Specification |
---|
CSS Masking Module Level 1 # the-mask-composite |
Desktop | Mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
mask-composite |
NoSee also-webkit-mask-composite for a similar non-standard property that uses different keywords. |
18–79 | 53 | No | NoSee also-webkit-mask-composite for a similar non-standard property that uses different keywords. |
15.4See also-webkit-mask-composite for a similar non-standard property that uses different keywords. |
NoSee also-webkit-mask-composite for a similar non-standard property that uses different keywords. |
NoSee also-webkit-mask-composite for a similar non-standard property that uses different keywords. |
53 | NoSee also-webkit-mask-composite for a similar non-standard property that uses different keywords. |
15.4See also-webkit-mask-composite for a similar non-standard property that uses different keywords. |
NoSee also-webkit-mask-composite for a similar non-standard property that uses different keywords. |
© 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/CSS/mask-composite