php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #63501 Setfillopacity causes a box around each letter
Submitted: 2012-11-13 12:00 UTC Modified: 2015-12-30 17:12 UTC
From: draconyster at gmail dot com Assigned:
Status: Analyzed Package: gmagick (PECL)
PHP Version: 5.4.8 OS: Linux (CentOS)
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: draconyster at gmail dot com
New email:
PHP Version: OS:

 

 [2012-11-13 12:00 UTC] draconyster at gmail dot com
Description:
------------
One of the samples: 
http://img202.imageshack.us/img202/8985/649557.jpg

Test script:
---------------
$draw->setFillOpacity(0.7);
$draw->setFillColor('#ff0000');
$image-> annotateImage($draw, 0,0,'text');

Expected result:
----------------
semitransparent text

Actual result:
--------------
semitransparent box around nontransparent image

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-12-30 17:12 UTC] danack@php.net
-Status: Open +Status: Analyzed
 [2015-12-30 17:12 UTC] danack@php.net
This does appear to be a bug. It will probably need reporting upstream at http://sourceforge.net/p/graphicsmagick/bugs/
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Nov 22 12:01:29 2024 UTC