Package: cairo
Function cairo:copy-path
Lambda Listcairo:copy-path (cr) ArgumentsReturn Value    The cairo:path-t instance for the copy of the  current path. The    caller owns the returned object and should call the cairo:path-destroy
    function when finished with it.   Details      
    Creates a copy of the current path and returns it to the user as a    cairo:path-t instance.    See the cairo:path-data-t documentation for more information. This function will always return a valid path, but the result will have no data, if either of the following conditions hold: 
  | See also | 
2025-09-21