Multiple Choice
When resizing the canvas to fill the browser window, set the the x1 value to ________ and the y1 value to ________, so no matter the size of the window, the x1 value will always be the width of the canvas and the y1 value the height of the canvas.
A) context.canvas.width, context.value.height
B) canvas.width, canvas.height
C) context.width, context.height
D) None of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Q10: Using the _ attribute value, if the
Q11: The _ method obtains an object that
Q12: The _ method sets the x- and
Q13: The _ specifies the color of the
Q14: The _ method starts the path.<br>A) startPath<br>B)
Q16: You can change the transformation matrix (the
Q17: If you use the _ attribute value,
Q18: The canvas element's default width is _.<br>A)
Q19: Which of the following is false<br>A) If
Q20: The _ method can draw a circle