2013-01-02 23 views

回答

3

您可以通过使用功能改变的厚度。

imagesetthickness($img, 5); 
imagepolygon($img, array(5, 5, 60, 80, 10, 50), 3, $color); 

(example)