Function 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().

Prototype

void strokePreserve();

Authors

Johannes Pfau cairoD
Andrej Mitrovic cairoD
cairo team cairo

Copyright

License

cairoD wrapper/bindings Boost License 1.0
cairo LGPL 2.1 / MPL 1.1