I have put text on an image in a <canvas>
tag (the text was taken from an input box).
Now if I put a new text on the <canvas>
, it is imposed on the previous text. How do I clear the existing text on the canvas before putting in the new text?
I have tried resetting the canvas by assigning canvas.width
but the text stays on. Any help people?