A drawing operator that strokes the current path according to the
current line width, line join, line cap, and dash settings. After
cairo_stroke(), the current path will be cleared from the cairo
context. See cairo_set_line_width(), cairo_set_line_join(),
cairo_set_line_cap(), cairo_set_dash(), and
cairo_stroke_preserve().
Note: Degenerate segments and sub-paths are treated specially and
provide a useful result. These can result in two different
Since 1.0
A drawing operator that strokes the current path according to the current line width, line join, line cap, and dash settings. After cairo_stroke(), the current path will be cleared from the cairo context. See cairo_set_line_width(), cairo_set_line_join(), cairo_set_line_cap(), cairo_set_dash(), and cairo_stroke_preserve(). Note: Degenerate segments and sub-paths are treated specially and provide a useful result. These can result in two different Since 1.0