html5 - canvas element - Multiple layers

Posted by Gregoire on Stack Overflow See other posts from Stack Overflow or by Gregoire
Published on 2010-06-09T18:17:45Z Indexed on 2010/06/09 18:22 UTC
Read the original article Hit count: 240

Filed under:
|
|

Without any extension library, is it possible to have multiple layers in the same canvas element?

So if I do a clearRect on the top layer, it will not erase the bottom one?

Thanks.

© Stack Overflow or respective owner

Related posts about html5

Related posts about canvas