The OpenD Programming Language

Context.strokePreserve

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

See setLineWidth(), setLineJoin(), setLineCap(), set_dash(), and strokePreserve().

struct Context
void
strokePreserve
()

Meta