Snippets tagged “clearrect”
1 snippet uses this tag.
- How to Clear the Canvas for RedrawingJavaScript
The <canvas> element helps drawing graphics on the fly via JavaScript. Read the tutorial and find the dos and don’ts of clearing the canvas for redrawing.