How do you restore a saved coordinate system?
A
restore()
B
getback()
C
set()
D
back()
Correct Answer: restore()
The saved coordinate system is restored by calling the method restore() associated with the canvas object. The restore() method reset the canvas by “popping” the last state saved to the stack.