diff --git a/ext/gd/tests/bug47946.phpt b/ext/gd/tests/bug47946.phpt new file mode 100644 index 00000000000..c84508509ce --- /dev/null +++ b/ext/gd/tests/bug47946.phpt @@ -0,0 +1,51 @@ +--TEST-- +Bug #47946 (ImageConvolution overwrites background) +--DESCRIPTION-- +The expected image has black pixel artifacts, what is another issue, though +(perhaps #40158). +--SKIPIF-- + +--FILE-- + +===DONE=== +--EXPECT-- +The images are equal. +===DONE=== diff --git a/ext/gd/tests/bug47946_exp.png b/ext/gd/tests/bug47946_exp.png new file mode 100644 index 00000000000..7eb462dd883 Binary files /dev/null and b/ext/gd/tests/bug47946_exp.png differ