[html5] r7691 - [e] (0) Precision in the non-normative text. Hopefully people still understand w [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon Feb 4 12:57:58 PST 2013


Author: ianh
Date: 2013-02-04 12:57:56 -0800 (Mon, 04 Feb 2013)
New Revision: 7691

Modified:
   complete.html
   index
   source
Log:
[e] (0) Precision in the non-normative text. Hopefully people still understand what it means.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=18783
Affected topics: Canvas

Modified: complete.html
===================================================================
--- complete.html	2013-02-04 20:40:03 UTC (rev 7690)
+++ complete.html	2013-02-04 20:57:56 UTC (rev 7691)
@@ -39846,8 +39846,8 @@
    <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>

Modified: index
===================================================================
--- index	2013-02-04 20:40:03 UTC (rev 7690)
+++ index	2013-02-04 20:57:56 UTC (rev 7691)
@@ -39846,8 +39846,8 @@
    <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>

Modified: source
===================================================================
--- source	2013-02-04 20:40:03 UTC (rev 7690)
+++ source	2013-02-04 20:57:56 UTC (rev 7691)
@@ -46612,8 +46612,8 @@
 
     <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>




More information about the Commit-Watchers mailing list