Forum und email

PDF_stroke

(PHP 4, PECL pdflib:1.0-2.1.3)

PDF_stroke — Draws line along path

Description

void pdf_stroke ( int $pdf document )

The PDF_stroke() function draws a line along current path. The current path is the sum of all line drawing. Without this function the line would not be drawn.

See also PDF_closepath(), PDF_closepath_stroke().