ID: 41589 Updated by: [EMAIL PROTECTED] Reported By: martin at marsjupiter dot com -Status: Feedback +Status: Bogus Bug Type: GD related Operating System: CentOs PHP Version: 4.4.7 New Comment:
An angle of 361 means an angle of 1. It will draw from 0 to 1. It results to a couple of pixels from the right of the horizontal axis and down to 1°. If you think there is another bug, please provide: - a link to the image you get - a small script with only gd image functions, no class, db or whatever else not related to the gd functions and reopen this bug. But given this function call, there is no bug > bogus. Previous Comments: ------------------------------------------------------------------------ [2007-06-04 18:53:35] [EMAIL PROTECTED] Thank you for this bug report. To properly diagnose the problem, we need a short but complete example script to be able to reproduce this bug ourselves. A proper reproducing script starts with <?php and ends with ?>, is max. 10-20 lines long and does not require any external resources such as databases, etc. If the script requires a database to demonstrate the issue, please make sure it creates all necessary tables, stored procedures etc. Please avoid embedding huge scripts into the report. ------------------------------------------------------------------------ [2007-06-04 18:43:58] martin at marsjupiter dot com Description: ------------ in baaChart v1.4 available from http://www.phpclasses.org/browse/package/1193.html a call: imagearc($this->image,$x,$y,$w,$h,0,361,$this->black); can be made, as of 4.4.7 this call sends all further line drawing of any kind haywire, with lines generally drawing in white, but the effects really are quite random. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=41589&edit=1
