Short Answer
The context object's <code>moveTo</code> method moves the drawing ______, so the JavaScript engine knows where you want to start writing.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: A problem with Flash is that it
Q8: An applet is a stand-alone JavaScript program.
Q9: The _ object represents the canvas element's
Q10: If you call ctx.scale(2, 2) and then
Q11: The standard way to clear the canvas
Q13: If you translate a graphics object, you'll
Q14: The text that appears between the canvas
Q15: Using named constants for shape positions and
Q16: What happens when the following code executes?<br><code>ctx.strokeRect(0,
Q17: Suppose you have created an arc by