Solved

When Resizing the Canvas to Fill the Browser Window, Set

Question 15

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions