To draw on the canvas, authors must first obtain a reference to a context using the ______________ method of the canvas interface element.
To draw on the canvas, authors must first obtain a reference to a context using the ______________ method of the canvas interface element. Correct Answer getContext
The method getImageData(), returns an imageData that copies pixel data for a specified thing in canvas. ContextType is a DOMString containing the context identifier defining the drawing context associated to the canvas.