Short URL: http://html5.org/r/7087
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 7087 | off by one error | 2012-05-03 20:37 |
Index: source =================================================================== --- source (revision 7086) +++ source (revision 7087) @@ -45057,10 +45057,10 @@ </ol> <p class="note">Adding a new region and calling <code - title="dom-context-2d-clearRect">clearRect()</code> are the three - ways this clearing algorithm can be invoked. Resizing the canvas - also clears the <span>hit region list</span> (since it clears the - canvas back to its initial state).</p> + title="dom-context-2d-clearRect">clearRect()</code> are the two ways + this clearing algorithm can be invoked. Resizing the canvas also + clears the <span>hit region list</span> (since it clears the canvas + back to its initial state).</p> <hr>