CharisKomos (Talk | contribs) |
CharisKomos (Talk | contribs) |
||
Line 350: | Line 350: | ||
var canvae = document.getElementsByTagName('canvas')[0]; | var canvae = document.getElementsByTagName('canvas')[0]; | ||
var ctx = canvae.getContext('2d'); | var ctx = canvae.getContext('2d'); | ||
− | ctx.canvas.width = window.innerWidth + | + | ctx.canvas.width = window.innerWidth + 200; |
ctx.canvas.height = window.innerHeight + 200; | ctx.canvas.height = window.innerHeight + 200; | ||
Revision as of 22:51, 19 September 2017
- INTERACTIVITY CONTROLS