Package: cairo
Function cairo:target
Lambda Listcairo:target (cr) ArgumentsReturn Value    The cairo:surface-t instance for the target surface. This object is
    owned by Cairo.   Details      
    Gets the target surface for the Cairo context as passed to the    cairo:create function.    To keep a reference to it, you must call the cairo:surface-reference
  function. This function will always return a valid Cairo surface, but the result can be a "nil" surface if cr is already in an error state.  | See also | 
2025-09-02