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: 263
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