Skip to content

Commit

Permalink
Merge branch 'master' of github.com:remy/html5demos
Browse files Browse the repository at this point in the history
  • Loading branch information
remy committed Jul 21, 2011
2 parents d0e8e48 + 2e8f75f commit fec9a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion canvas-grad.html
Expand Up @@ -47,7 +47,7 @@
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);
Expand Down

0 comments on commit fec9a09

Please sign in to comment.