Multiple Choice
Using named constants for shape positions and shape dimensions makes your web page drawings:
A) have a smaller file size.
B) faster.
C) scalable.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
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
Q16: What happens when the following code executes?<br><code>ctx.strokeRect(0,
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