I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2008-07-25 17:26:05-07 by wichne
GD arc and filledArc drawing error?

Has anyone else encountered this? I am trying to draw arcs. In the documentation, it says to pass 'start' and 'end' as values between 0 and 360, with 0 being the top of the ellipse. But when I pass in start and end values close to 0, they are rendered at 90 degrees on the circle. An example of the data passed:

$img->filledArc(520, 520, 500, 500, 0.01, 1.37, $color);

Is this a bug, or am I doing something wrong? Or does the documentation just need to be changed? ;)

Bill

Direct Responses: Write a response