CairoContext::fillPreserve cairo_fill_preserve Fills and preserve the current path &reftitle.description; &style.oop; (method): public voidCairoContext::fillPreserve &style.procedural;: voidcairo_fill_preserve CairoContextcontext A drawing operator that fills the current path according to the current CairoFillRule, (each sub-path is implicitly closed before being filled). Unlike CairoContext::fill, CairoContext::fillPreserve (Procedural cairo_fill, cairo_fill_preserve, respectively) preserves the path within the Context. &reftitle.parameters; context A valid CairoContext object created with CairoContext::__construct or cairo_create &reftitle.returnvalues; &return.void; &reftitle.examples; &style.oop; ]]> &example.outputs.similar; &style.procedural; ]]> &example.outputs.similar; &reftitle.seealso; CairoContext::setFillRule CairoContext::fill