Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
arun477 committed Sep 17, 2023
1 parent 8fca3ce commit 4f7aa0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ <h3 style="text-align:center;">Draw and Predict Handwritten Digits</h3>
var context = canvas.getContext('2d');
var drawing = false;
context.strokeStyle = 'white';
context.lineWidth = 15;

canvas.addEventListener('mousedown', function (e) {
drawing = true;
Expand Down

0 comments on commit 4f7aa0b

Please sign in to comment.