Package: cairo
Function cairo-fill
Lambda Listcairo-fill (cr) ArgumentsDetails
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-set-fill-rule and cairo-fill-preserve functions. | See also |
*2021-12-12