Does this support getImageData() function? This line of text is returning undefined... ``` javascript var imageData = ctx.getImageData(0, 0, width, height); ```