Multiple Choice
Given the following syntax for the arc method, what do x and y represent?
<code>context.arc(x, y, radius, start-angle, end-angle, counterclockwise) ;</code>
A) They are coordinates for the arc's center point.
B) They are coordinates for the arc's starting and ending points.
C) They are coordinates for the box that circumscribes the arc.
Correct Answer:

Verified
Correct Answer:
Verified
Q17: Suppose you have created an arc by
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
Q23: When assigning colors for canvas shapes, you
Q24: After the browser engine assigns a value
Q25: How do you specify the color for
Q26: What does the following method call do?<br>context.setTransform(1,
Q27: To rotate around a position different from