Skip to content

Commit 021a575

Browse files
TimvdLippeannevk
authored andcommitted
Editorial: replace "solid black" with "opaque black"
Fixes #3431.
1 parent d661e87 commit 021a575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65505,7 +65505,7 @@ interface <dfn>OffscreenCanvasRenderingContext2D</dfn> {
6550565505
lowercase</span> before establishing if they support that type.</p>
6550665506

6550765507
<p>For image types that do not support an alpha channel, the serialized image must be the bitmap
65508-
image composited onto a solid black background using the source-over operator.</p>
65508+
image composited onto an <span>opaque black</span> background using the source-over operator.</p>
6550965509

6551065510
<p>If <var>type</var> is an image format that supports variable quality (such as
6551165511
"<code>image/jpeg</code>") and <var>quality</var> is given, then, if <span

0 commit comments

Comments
 (0)