Short Answer
The ______ object represents the canvas element's drawing area. After retrieving it from the canvas object, you use it to call methods that draw and animate graphics objects.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: When you call the context object's <code>rotate</code>
Q5: In calling the context object's <code>rotate</code> method,
Q6: To indicate the start of a path:<br>A)
Q7: A problem with Flash is that it
Q8: An applet is a stand-alone JavaScript program.
Q10: If you call ctx.scale(2, 2) and then
Q11: The standard way to clear the canvas
Q12: The context object's <code>moveTo</code> method moves the
Q13: If you translate a graphics object, you'll
Q14: The text that appears between the canvas