Multiple Choice
How do you specify the color for the interior of a rectangle?
A) Use the rectangle object to call the <code>setColor</code> method.
B) Use the rectangle object to call the <code>setInterior</code> method.
C) Before calling <code>fillRect</code>, assign a color value to the context object's <code>fillStyle</code> property.
Correct Answer:

Verified
Correct Answer:
Verified
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
Q23: When assigning colors for canvas shapes, you
Q24: After the browser engine assigns a value
Q26: What does the following method call do?<br>context.setTransform(1,
Q27: To rotate around a position different from
Q28: Given the following syntax for the clearRect
Q29: Which of the following is the context
Q30: Given the following syntax for the clearRect