+ 4
How to clear fillText from HTML5 Canvas
When I try to use c.clearRect the doesnt doesnt get cleared, Im writing the text onto the canvas using c.fillText? Does anyone know how to make it so the text will be cleared? Thanks.
5 Answers
+ 2
Ole113 ćéą , it would be better if you can provide a code link. Maybe you're just missing something.
+ 1
The key to this is, as HAPPY TO HELP showed, using multiple canvases. This will make it easier. Using only one canvas, will make it an arduous task. Hope this helped. Upvote plz!
0
So it would be better to just use js to make another canvas and then remove the canvas when the time comes?
0
ctx.clearRect(0,0,width,height)
0
How to build form in canvas ? anybody know..