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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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: Tue Mar 19 06:01:30 2024 UTC