logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

PS_stroke — Draws the current path

Author

       This manual page was written by Uwe Steinmann uwe@steinmann.cx.

                                                                                                    PS_STROKE(3)

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)

See Also