html5/2dcontext Overview.html,1.153,1.154

Update of /sources/public/html5/2dcontext
In directory hutz:/tmp/cvs-serv14283

Modified Files:
	Overview.html 
Log Message:
commit f8be1c1fda5e1da144f4f7f155e7e3f5bb1bd1f6
Author: Jay Munro <jaymunro@microsoft.com>
Date:   Mon Sep 10 15:22:40 2012 -0700

    Images for the 2dcontext spec
    
    copied three files from main images directory, and grabbed 3 missing
    images from the whatwg spec and put them into 2dcontext/images folder.


Index: Overview.html
===================================================================
RCS file: /sources/public/html5/2dcontext/Overview.html,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -d -r1.153 -r1.154
--- Overview.html	10 Sep 2012 18:14:12 -0000	1.153
+++ Overview.html	10 Sep 2012 22:44:17 -0000	1.154
@@ -362,7 +362,10 @@
   <hr class=top><h2 class="no-num no-toc" id=abstract>Abstract</h2>
 
   <p>This specification defines the 2D Context for the HTML
-  <code>canvas</code> element.</p>
+  <code>canvas</code> element. The 2D Context provides
+   objects, methods, and properties to draw and manipulate 
+   graphics on a <code>canvas</code> drawing surface.
+</p>
 
   <h2 class="no-num no-toc" id=status-of-this-document>Status of This document</h2>
   

Received on Monday, 10 September 2012 22:44:21 UTC