Draw Polygon Graphics Shape in PDF Document Using PHP FPDF Library.
This script allows to draw polygons. Polygon(array points [, string style]) points: array of points (x1, y1, x2, y2, …, xn, yn) where (x1, y1) is the starting point and (xn, yn) is the last one.style: rendering style, the same as for Rect() function: D,… Read More »Draw Polygon Graphics Shape in PDF Document Using PHP FPDF Library.