http://ranger.uta.edu/~weems/NOTES3302/LAB/15SUM/LAB4/lab4.js draw: function (x,y) { // Draw background grid ctx=graphic.getContext('2d'); ctx.textAlign="center"; ctx.font="14px Geneva"; ctx.clearRect(0,0,graphic.width,graphic.height); ctx.beginPath(); for (var i=20;i