reset graphics before drawing
parent
2e05c57259
commit
1642dbc93a
|
|
@ -139,6 +139,7 @@ function drawCal() {
|
||||||
|
|
||||||
|
|
||||||
function draw() {
|
function draw() {
|
||||||
|
g.reset();
|
||||||
drawBackground();
|
drawBackground();
|
||||||
var date = new Date();
|
var date = new Date();
|
||||||
var h = date.getHours(),
|
var h = date.getHours(),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue