Getting the context

var canvas = document.getElementById('c')
var c = canvas.getContext('2d')
Comments