Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AyushSaini00/60minuteJavaScript
/ stopDrawing
Function
stopDrawing
HTML-Canvas/app.js:22–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
}
21
22
function
stopDrawing(){
23
painting = false;
24
ctx.beginPath();
25
}
26
27
function
draw(event){
28
//if not painting , then return
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected