Vidyalelo
JavaScript · Q20

Graphics And Rendering

Programming · JavaScript · question 20

Q20

How do you restore a saved coordinate system?

A.
restore()
Answer
B.
getback()
C.
set()
D.
none of the mentioned

Answer: Option A

Solution

Answer: Option A
Solution:
The saved coordinate system is restored by calling the method restore() associated with the canvas object.