Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) note the idea of layers for canvas
git-svn-id: http://svn.whatwg.org/webapps@3024 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Apr 29, 2009
1 parent 2c58eec commit e0d863e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index
Expand Up @@ -22411,6 +22411,9 @@ interface <dfn id=cuerangecallback>CueRangeCallback</dfn> {
- 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)
Expand Down
3 changes: 3 additions & 0 deletions source
Expand Up @@ -24445,6 +24445,9 @@ interface <dfn>CueRangeCallback</dfn> {
- 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)
Expand Down

0 comments on commit e0d863e

Please sign in to comment.