write_graphics_restore method

write_graphics_restore

Writes restoring of the current graphics state (See PostScript specification on operator “grestore”).

def write_graphics_restore(self):
    ...

See Also