Srishti 12 years ago
parent
commit
ee0705bcce
  1. 1
      test/driver.js

1
test/driver.js

@ -409,6 +409,7 @@ function info(message) {
} }
function clear(ctx) { function clear(ctx) {
ctx.beginPath();
ctx.clearRect(0, 0, canvas.width, canvas.height); ctx.clearRect(0, 0, canvas.width, canvas.height);
} }

Loading…
Cancel
Save