Save/Restore

      cairo_save (ct);
      /* Draw things */
      cairo_restore (ct);
      
    • All graphics state is saved
    • Path, color, transformation, clip, font, etc.
9 of 17

Logo