Package: cairo

Function cairo:stroke-preserve

Lambda List

cairo:stroke-preserve (cr)

Arguments

cr -- a cairo:context-t instance

Details

A drawing operator that strokes the current path according to the current line width, line join, line cap, and dash settings. Unlike the cairo:stroke function, the cairo:stroke-preserve function preserves the path within the Cairo context.

See the cairo:line-width, cairo:line-join, cairo:line-cap, and cairo:dash functions.
 

See also

#2025-1-2