Skip to content

Commit

Permalink
[e] (0) Precision in the non-normative text. Hopefully people still u…
Browse files Browse the repository at this point in the history
…nderstand what it means.

Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=18783
Affected topics: Canvas

git-svn-id: http://svn.whatwg.org/webapps@7691 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 4, 2013
1 parent 19bc1fd commit 2c01f93
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions complete.html
Expand Up @@ -39846,8 +39846,8 @@ <h6 id=image-smoothing><span class=secno>4.8.11.2.18 </span>Image smoothing</h6>
<dd>

<p>Returns whether pattern fills and the <code title=dom-context-2d-drawImage><a href=#dom-context-2d-drawimage>drawImage()</a></code> method will
attempt to smooth images if they have to rescale them (as opposed
to just rendering the images with "big pixels").</p>
attempt to smooth images if their pixels don't line up exactly
with the display.</p>

<p>Can be set, to change whether images are smoothed (true) or not
(false).</p>
Expand Down
4 changes: 2 additions & 2 deletions index
Expand Up @@ -39846,8 +39846,8 @@ function AddCloud(data, x, y) { ... }</pre>
<dd>

<p>Returns whether pattern fills and the <code title=dom-context-2d-drawImage><a href=#dom-context-2d-drawimage>drawImage()</a></code> method will
attempt to smooth images if they have to rescale them (as opposed
to just rendering the images with "big pixels").</p>
attempt to smooth images if their pixels don't line up exactly
with the display.</p>

<p>Can be set, to change whether images are smoothed (true) or not
(false).</p>
Expand Down
4 changes: 2 additions & 2 deletions source
Expand Up @@ -46612,8 +46612,8 @@ function AddCloud(data, x, y) { ... }</pre>

<p>Returns whether pattern fills and the <code
title="dom-context-2d-drawImage">drawImage()</code> method will
attempt to smooth images if they have to rescale them (as opposed
to just rendering the images with "big pixels").</p>
attempt to smooth images if their pixels don't line up exactly
with the display.</p>

<p>Can be set, to change whether images are smoothed (true) or not
(false).</p>
Expand Down

0 comments on commit 2c01f93

Please sign in to comment.