Package: cairo

Function cairo-stroke-preserve

Lambda List

cairo-stroke-preserve (cr)

Arguments

cr -- a cairo-t context

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-set-line-width, cairo-set-line-join, cairo-set-line-cap, and cairo-set-dash functions.
 

See also

2021-12-12