Solved

If You Call Ctx

Question 10

Multiple Choice

If you call ctx.scale(2, 2) and then call ctx.scale(1.5, 1.5) , what happens?


A) Unless this is another scale method call, all future drawing operations use 1.5 times as many pixels as before for their size and position values.
B) Unless this is another scale method call, all future drawing operations use 6 times as many pixels as before for their size and position values.
C) The next drawing operation (but not subsequent drawing operations) uses 1.5 times as many pixels as before for its size and position values.
D) The next drawing operation (but not subsequent drawing operations) uses 6 times as many pixels as before for its size and position values.

Correct Answer:

verifed

Verified

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

Related Questions