mask-composite
Quick Summary for mask-composite
The mask-composite CSS property represents a compositing operation used on the current mask layer with the mask layers below it.
Code Usage for mask-composite
/* Keyword values */ mask-composite: add; mask-composite: subtract; mask-composite: intersect; mask-composite: exclude;  /* Global values */ mask-composite: inherit; mask-composite: initial; mask-composite: revert; mask-composite: unset; 
More Details for mask-composite

mask-composite

The mask-composite CSS property represents a compositing operation used on the current mask layer with the mask layers below it.

/* Keyword values */ mask-composite: add; mask-composite: subtract; mask-composite: intersect; mask-composite: exclude;  /* Global values */ mask-composite: inherit; mask-composite: initial; mask-composite: revert; mask-composite: unset; 

Syntax

One or more of the keyword values listed below, separated by commas.

Values

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.

Formal definition

Initial valueadd
Applies toall elements; In SVG, it applies to container elements excluding the defs element and all graphics elements
Inheritedno
Computed valueas specified
Animation typediscrete

Formal syntax

<compositing-operator>#

where <compositing-operator> = add | subtract | intersect | exclude

Examples

Compositing mask layers with addition

Specifications

Specification
CSS Masking Module Level 1 # the-mask-composite

See also

Clipping and Masking in CSS

Last modified: Aug 12, 2021, by MDN contributors

No Items Found.

Add Comment
Type in a Nick Name here
 
Other Categories in CSS
css
Search CSS
Search CSS by entering your search text above.
Welcome

This is my test area for webdev. I keep a collection of code here, mostly for my reference. Also if i find a good link, i usually add it here and then forget about it. more...

Subscribe to weekly updates about things i have added to the site or thought interesting during the last week.

You could also follow me on twitter or not... does anyone even use twitter anymore?

If you found something useful or like my work, you can buy me a coffee here. Mmm Coffee. ☕

❤️👩‍💻🎮

🪦 2000 - 16 Oct 2022 - Boots
Random Quote


Bajo
Random CSS Property

transform-box

The transform-box CSS property defines the layout box to which the transform and transform-origin properties relate.
transform-box css reference