Package: cairo

Function cairo:append-path

Lambda List

cairo:append-path (cr path)

Arguments

cr -- a cairo:context-t instance
path -- a cairo:path-t instance to be appended

Details

Append path onto the current path. The path may be either the return value from one of the cairo:copy-path or cairo:copy-path-flat functions.
 

See also

2025-1-14