]> granicus.if.org Git - php/commit
Fix #50194: imagettftext broken on transparent background w/o alphablending
authorChristoph M. Becker <cmbecker69@gmx.de>
Wed, 14 Sep 2016 12:59:17 +0000 (14:59 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Wed, 14 Sep 2016 13:47:32 +0000 (15:47 +0200)
commit09eb6ed35eb5b0d164aa9fbad52dd8d873166294
tree58004b56a434162ffd021137f39f728fc1b4865c
parent05baa927277c820de4deee0991c24c7f4c545105
Fix #50194: imagettftext broken on transparent background w/o alphablending

We must not draw the background pixels of the character glyphs, what has
already been fixed in GD 2.0.26.
NEWS
ext/gd/libgd/gdft.c
ext/gd/tests/bug50194.phpt [new file with mode: 0644]
ext/gd/tests/bug50194.png [new file with mode: 0644]