From:             [EMAIL PROTECTED]
Operating system: Linux
PHP version:      4.3.0
PHP Bug Type:     GD related
Bug description:  imagefilledellipse() is incorrect with alpha blending

(Using built-in GD 2.x in PHP 4.3.0)

imagefilledellipse() creates moire' patterns inside the filled ellipse
when alpha blending is enabled.

The problem seems to be that the fill algorithm strokes the same point
within the ellipse several times and due to the alpha blending of single
pixels creates several color shades within the ellipse.

This is fine as long as a solid fill is used but does not work together
with alpha blending. 


-- 
Edit bug report at http://bugs.php.net/?id=22103&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=22103&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=22103&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=22103&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=22103&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=22103&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=22103&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=22103&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=22103&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=22103&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=22103&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22103&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=22103&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=22103&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=22103&r=gnused

Reply via email to