Guest User

Untitled

a guest
Nov 20th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. // Clear the canvas.
  2. context.clearRect(0, canvas.width, canvas.height);
  3.  
  4. /* Where context is a CanvasCanvasRenderingContext2D object
  5. assigned via canvas.getContext("2d"); and canvas is
  6. a canvas element. */
Add Comment
Please, Sign In to add comment