We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d661e87 commit 021a575Copy full SHA for 021a575
source
@@ -65505,7 +65505,7 @@ interface <dfn>OffscreenCanvasRenderingContext2D</dfn> {
65505
lowercase</span> before establishing if they support that type.</p>
65506
65507
<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>
+ image composited onto an <span>opaque black</span> background using the source-over operator.</p>
65509
65510
<p>If <var>type</var> is an image format that supports variable quality (such as
65511
"<code>image/jpeg</code>") and <var>quality</var> is given, then, if <span
0 commit comments