Context.strokePreserve
void strokePreserve()A drawing operator that strokes the current path according to the current line width, line join, line cap, and dash settings. Unlike [cairo.context.Context.stroke], [cairo.context.Context.strokePreserve] preserves the path within the cairo context.
See [cairo.context.Context.setLineWidth], [cairo.context.Context.setLineJoin], [cairo.context.Context.setLineCap], [cairo.context.Context.setDash], and [cairo.context.Context.strokePreserve].