restore_context method

restore_context

Restores the most recently saved canvas state by popping the top entry from the drawing state stack.

def restore_context(self):
    ...

See Also