Skip to content

Commit

Permalink
Fix incorrect reference to the 2D rendering context alpha flag
Browse files Browse the repository at this point in the history
The steps of the 2D context creation algorithm erroneously
associated the alpha flag with the canvas element's bitmap.
The alpha flag actually belongs to the context.
  • Loading branch information
junov authored and domenic committed Sep 28, 2016
1 parent 54a04b7 commit f9ac1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source
Expand Up @@ -59827,7 +59827,7 @@ interface <dfn>Path2D</dfn> {

<dt><dfn><code data-x="dom-CanvasRenderingContext2DSettings-alpha">alpha</code></dfn></dt>

<dd>If false, then set the <var>target</var>'s bitmap's <span
<dd>If false, then set the new <code>CanvasRenderingContext2D</code> object's <span
data-x="concept-canvas-alpha">alpha</span> flag to false.</dd>

</dl>
Expand Down

0 comments on commit f9ac1ce

Please sign in to comment.