ConFoo Montreal 2026: Call for Papers

Voting

: max(one, seven)?
(Example: nine)

The Note You're Voting On

azinkey at gmail dot com
12 years ago
thanks circle14,

just change the line & see its solved what we need for ellipse

while ($line < $thickness) {
$line++;
$elipse_w--;
imageellipse($image, $pos_x, $pos_y, $elipse_w, $elipse_h, $color);
$elipse_h--;
}

<< Back to user notes page

To Top