Multiple Choice
Suppose you have created an arc by calling the context object's <code>arc</code> method. If you then call the fill method, what happens?
A) It draws the interior of the arc's line.
B) It draws the interior of the arc, filling in the partial circle from the arc's two end points.
C) It draws a straight connecting line between the arc's two end points.
Correct Answer:

Verified
Correct Answer:
Verified
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
Q15: Using named constants for shape positions and
Q16: What happens when the following code executes?<br><code>ctx.strokeRect(0,
Q18: For the context object's fillRect method, the
Q19: To adjust the number of pixels that
Q20: Given the following syntax for the arc
Q21: If you would like your drawn rectangle's
Q22: Given the following syntax for the arc