Skip to content

Commit

Permalink
Fix grammar in code example in canvas “Compositing example” doc (mdn#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ovikk13 authored Apr 2, 2021
1 parent 41928e0 commit 0636680
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h2 id="Compositing_example">Compositing example</h2>
'Where both shapes overlap the color is determined by adding color values.',
'Only the new shape is shown.',
'Shapes are made transparent where both overlap and drawn normal everywhere else.',
'The pixels are of the top layer are multiplied with the corresponding pixel of the bottom layer. A darker picture is the result.',
'The pixels of the top layer are multiplied with the corresponding pixel of the bottom layer. A darker picture is the result.',
'The pixels are inverted, multiplied, and inverted again. A lighter picture is the result (opposite of multiply)',
'A combination of multiply and screen. Dark parts on the base layer become darker, and light parts become lighter.',
'Retains the darkest pixels of both layers.',
Expand Down

0 comments on commit 0636680

Please sign in to comment.