Method Cairo.Context()->stroke_preserve()


Method stroke_preserve

void stroke_preserve()

Description

A drawing operator that strokes the current path according to the current line width, line join, line cap, and dash settings. Unlike stroke(), stroke_preserve() preserves the path within the cairo context.

See also

set_line_width(), set_line_join(), set_line_cap(), set_dash(), and stroke_preserve().