Join us for
RADAR: AI Edition
Save Your Seat
Rdocumentation
powered by
Learn R Programming
RGtk2 (version 2.20.24.1)
cairoFillPreserve: cairoFillPreserve
Description
A drawing operator that fills the current path according to the current fill rule, (each sub-path is implicitly closed before being filled). Unlike
cairoFill
,
cairoFillPreserve
preserves the path within the cairo context.
Usage
cairoFillPreserve(cr)
Arguments
cr
[
Cairo
] a cairo context
Details
See
cairoSetFillRule
and
cairoFill
.