Is there a way to dynamically extend the html5 canvas without clearing what's drawn on it?
Posted
by pat
on Stack Overflow
See other posts from Stack Overflow
or by pat
Published on 2010-03-09T00:19:06Z
Indexed on
2010/03/09
0:21 UTC
Read the original article
Hit count: 689
see this
when the output reaches the bottom of the page, i'd like the canvas to automatically extend so that it can keep going. I tried setting the canvas.height property, but it clears the window. Is there anyway to do this?
© Stack Overflow or respective owner