Merge branch 'master' of github.com:remy/html5demos

This commit is contained in:
remy 2011-07-22 00:23:11 +01:00
commit fec9a0949c
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ if (canvas.getContext('2d')) {
x = event.clientX,
y = event.clientY,
rx = 600 * x / width,
ry = 600 * y / width;
ry = 600 * y / height;
var xc = ~~(256 * x / width);
var yc = ~~(256 * y / height);