Skip to content

Commit

Permalink
Update files/en-us/web/api/canvasrenderingcontext2d/globalcompositeop…
Browse files Browse the repository at this point in the history
…eration/index.md

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
wbamberg and github-actions[bot] authored Oct 19, 2023
1 parent 8a67440 commit cb24d1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ A string identifying which of the compositing or blending mode operations to use
- `"soft-light"`
- : A softer version of `hard-light`. Pure black or white does not result in pure black or white.
- `"difference"`
- : Subtracts the bottom layer from the top layer — or the other way round — to always get a positive value.
- : Subtracts the bottom layer from the top layer — or the other way round — to always get a positive value.
- `"exclusion"`
- : Like `difference`, but with lower contrast.
- `"hue"`
Expand Down

0 comments on commit cb24d1f

Please sign in to comment.