Package: cairo

Function cairo:fill-preserve

Lambda List

cairo:fill-preserve (cr)

Arguments

cr -- a cairo:context-t instance

Details

A drawing operator that fills the current path according to the current fill rule, each sub-path is implicitly closed before being filled. Unlike the cairo:fill function, the cairo:fill-preserve function preserves the path within the Cairo context.

See the cairo:fill-rule and cairo:fill functions.
 

See also

2025-1-2