cairoStrokePreserve: cairoStrokePreserve
Description
A drawing operator that strokes the current path according to the
current line width, line join, line cap, and dash settings. Unlike
cairoStroke
, cairoStrokePreserve
preserves the path within the
cairo context.Usage
cairoStrokePreserve(cr)