[html5] r805 - /

whatwg at whatwg.org whatwg at whatwg.org
Fri May 11 12:12:03 PDT 2007


Author: ianh
Date: 2007-05-11 12:11:59 -0700 (Fri, 11 May 2007)
New Revision: 805

Modified:
   index
   source
Log:
[e] (0) Make note of canvas clipping suggestions by Jordan OSETE.

Modified: index
===================================================================
--- index	2007-05-10 22:09:40 UTC (rev 804)
+++ index	2007-05-11 19:11:59 UTC (rev 805)
@@ -22,7 +22,7 @@
 
    <h1 id=html-5>HTML 5</h1>
 
-   <h2 class="no-num no-toc" id=working>Working Draft — 10 May 2007</h2>
+   <h2 class="no-num no-toc" id=working>Working Draft — 11 May 2007</h2>
 
    <p>You can take part in this work. <a
     href="http://www.whatwg.org/mailing-list">Join the working group's
@@ -16420,7 +16420,13 @@
 
   <p>When the context is created, the initial clipping path is the rectangle
    with the top left corner at (0,0) and the width and height of the
-   coordinate space.
+   coordinate space.</p>
+  <!--
+   Jordan OSETE suggests:
+    * support ways of extending the clip region (union instead of intersection)
+       - also "add", "substract", "replace", "intersect" and "xor"
+    * support ways of resetting the clip region without save/restore
+  -->
 
   <p>The <dfn id=ispointinpath
    title=dom-context-2d-isPointInPath><code>isPointInPath(<var

Modified: source
===================================================================
--- source	2007-05-10 22:09:40 UTC (rev 804)
+++ source	2007-05-11 19:11:59 UTC (rev 805)
@@ -14028,7 +14028,14 @@
   rectangle with the top left corner at (0,0) and the width and height
   of the coordinate space.</p>
 
+  <!--
+   Jordan OSETE suggests:
+    * support ways of extending the clip region (union instead of intersection)
+       - also "add", "substract", "replace", "intersect" and "xor"
+    * support ways of resetting the clip region without save/restore
+  -->
 
+
   <p>The <dfn
   title="dom-context-2d-isPointInPath"><code>isPointInPath(<var
   title="">x</var>, <var title="">y</var>)</code></dfn> method must




More information about the Commit-Watchers mailing list