Re: [PHP-DOC] imagearc() usage example

2004-05-24 Thread Antony Dovgal
On Mon, 24 May 2004 14:13:28 +0200 Mehdi Achour <[EMAIL PROTECTED]> wrote: > Hi tony, > > You are right for the example, but I didn't test the second issue you raise. ok, I'll fix it. > Feel free to fix what you want and have a look at the user notes for this page. Also I found a mention in the

Re: [PHP-DOC] imagearc() usage example

2004-05-24 Thread Mehdi Achour
Hi tony, You are right for the example, but I didn't test the second issue you raise. Feel free to fix what you want and have a look at the user notes for this page. Regards, Mehdi Achour Antony Dovgal wrote: On Mon, 24 May 2004 15:22:31 +0400 Antony Dovgal <[EMAIL PROTECTED]> wrote: Surely I'm no

Re: [PHP-DOC] imagearc() usage example

2004-05-24 Thread Antony Dovgal
On Mon, 24 May 2004 15:22:31 +0400 Antony Dovgal <[EMAIL PROTECTED]> wrote: > Surely I'm not an expert in GD, but if I'm right, I can provide a patch/fix the docs. BTW, the docs seems to be lying about the drawing direction: >0 is located at the three-o'clock position, and the arc is drawn counte

[PHP-DOC] imagearc() usage example

2004-05-24 Thread Antony Dovgal
Hi all! Reading imagearc() reference, I found, that example doesn't work as expected: circle is drawed, but isn't visible to user, 'cose there is only one color and this color is used to draw the circle. Adding another one color (doesn't matter which one) before existing should solve the probl