[html5] r3024 - [e] (0) note the idea of layers for canvas

whatwg at whatwg.org whatwg at whatwg.org
Tue Apr 28 23:20:59 PDT 2009


Author: ianh
Date: 2009-04-28 23:20:58 -0700 (Tue, 28 Apr 2009)
New Revision: 3024

Modified:
   index
   source
Log:
[e] (0) note the idea of layers for canvas

Modified: index
===================================================================
--- index	2009-04-29 06:17:13 UTC (rev 3023)
+++ index	2009-04-29 06:20:58 UTC (rev 3024)
@@ -22411,6 +22411,9 @@
   - turning off antialiasing to avoid seams when patterns are painted next to each other
     - might be better to overdraw?
     - might be better to just draw at a higher res then downsample, like for 3d?
+  - nested layers
+    - the ability to composite an entire set of drawing operations with one shadow all at once
+      http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2008-August/015567.html
 -->
   // colors and styles
            attribute any <a href=#dom-context-2d-strokestyle title=dom-context-2d-strokeStyle>strokeStyle</a>; // (default black)

Modified: source
===================================================================
--- source	2009-04-29 06:17:13 UTC (rev 3023)
+++ source	2009-04-29 06:20:58 UTC (rev 3024)
@@ -24445,6 +24445,9 @@
   - turning off antialiasing to avoid seams when patterns are painted next to each other
     - might be better to overdraw?
     - might be better to just draw at a higher res then downsample, like for 3d?
+  - nested layers
+    - the ability to composite an entire set of drawing operations with one shadow all at once
+      http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2008-August/015567.html
 -->
   // colors and styles
            attribute any <span title="dom-context-2d-strokeStyle">strokeStyle</span>; // (default black)




More information about the Commit-Watchers mailing list