write_graphics_save method

write_graphics_save

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

def write_graphics_save(self):
    ...

See Also