Package: cairo

Function cairo-fill-preserve

Lambda List

cairo-fill-preserve (cr)

Arguments

cr -- a cairo-t context

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-set-fill-rule and cairo-fill functions.
 

See also

2021-12-12