()
| 115 | reset.onclick = clear; |
| 116 | |
| 117 | function clear() { |
| 118 | ctx.fillStyle = "#ffffff"; |
| 119 | picCtx.fillStyle = "#ffffff"; |
| 120 | ctx.fillRect(0, 0, canvasWidth, canvasHeight); |
| 121 | picCtx.fillRect(0, 0, picture.width, picture.height); |
| 122 | |
| 123 | $('.result td').text('').removeClass('answer'); |
| 124 | } |
| 125 | }; |