Package: cairo

Function cairo:fill

Lambda List

cairo:fill (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. After the cairo:fill function, the current path will be cleared from the Cairo context. See the cairo:fill-rule and cairo:fill-preserve functions.
 

See also

2025-1-2