How do you restore a saved coordinate system?
How do you restore a saved coordinate system? 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.