PS_stroke — Draws the current path
Contents
Description
Draws the path constructed with previously called drawing functions like PS_lineto(3).
Name
PS_stroke — Draws the current path
See Also
PS_closepath_stroke(3), PS_fill(3), PS_fill_stroke(3)
Synopsis
#include <pslib.h>
void PS_stroke(PSDoc *psdoc)
