Update index.php
This commit is contained in:
parent
57aaa59e3d
commit
bbd2b01ca9
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@
|
|||
var posX = (e.clientX - crect.left) * canvas.width / crect.width - 1;
|
||||
var posY = (e.clientY - crect.top) * canvas.height / crect.height - 1;
|
||||
|
||||
debug(posX + " " + posY);
|
||||
console.log(posX + " " + posY);
|
||||
|
||||
ctx.putImageData(pen, posX, posY);
|
||||
}
|
||||
|
|
Reference in a new issue