reset graphics before drawing

master
KungPhoo 2022-03-31 07:37:43 +02:00
parent 2e05c57259
commit 1642dbc93a
1 changed files with 119 additions and 118 deletions

View File

@ -139,6 +139,7 @@ function drawCal() {
function draw() {
g.reset();
drawBackground();
var date = new Date();
var h = date.getHours(),