cairo_t 3 cairo_t holds the current state Description typescairo_t A cairo_t contains the current state of the rendering device, including coordinates of yet to be drawn shapes. cairo_t's can be pushed to a stack via cairo_save. They may then savely be changed, without loosing the current state. Use cairo_restore to restore to the saved state.