Commit aedd1e1c by doszhang

dos

parent 2ef35e30
...@@ -321,7 +321,7 @@ function countDown() { ...@@ -321,7 +321,7 @@ function countDown() {
let angle = 360; let angle = 360;
let Timer; let Timer;
countDownCtx.fillStyle = '#0f0'; countDownCtx.fillStyle = '#0f0';
countDownCtx.sector(countDownCanvas.width / 4, countDownCanvas.height / 4, countDownCanvas.width / 4, angle).fill(); countDownCtx.sector(countDownCanvas.width / 4, countDownCanvas.height / 4, countDownCanvas.width / 4, 0, angle).fill();
// setInterval(function () { // setInterval(function () {
// // angle += 3.6; // // angle += 3.6;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment