- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 13 Jun 2008 02:11:48 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv2590
Modified Files:
Overview.html
Log Message:
The example got updated but not its explanatory text... (whatwg r1762)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.951
retrieving revision 1.952
diff -u -d -r1.951 -r1.952
--- Overview.html 13 Jun 2008 02:10:12 -0000 1.951
+++ Overview.html 13 Jun 2008 02:11:45 -0000 1.952
@@ -20522,9 +20522,9 @@
the canvas backing store, which is likely to not be one device pixel to
each CSS pixel if the display used is a high resolution display.</p>
- <p>In the following example, the script first obtains the size of the
- canvas backing store, and then generates a few new <code><a
- href="#imagedata">ImageData</a></code> objects which can be used.</p>
+ <p>In the following example, the script generates an <code><a
+ href="#imagedata">ImageData</a></code> object so that it can draw onto
+ it.</p>
<pre>// canvas is a reference to a <canvas> element
var context = canvas.getContext('2d');
Received on Friday, 13 June 2008 02:12:21 UTC