diff options
author | Christoph M. Becker <cmb@php.net> | 2016-06-17 17:50:36 +0200 |
---|---|---|
committer | Christoph M. Becker <cmb@php.net> | 2016-06-17 17:50:36 +0200 |
commit | ed0ec669968420ad0fa942c92d92b69a95e9beb1 (patch) | |
tree | 3e5bafa7582fd85bd781665317a1eedf53eef31f /ext/gd/tests/bug53640.phpt | |
parent | 0c34f53c93d65ef4741a9c6493f84a13ab68cb72 (diff) | |
download | php-git-ed0ec669968420ad0fa942c92d92b69a95e9beb1.tar.gz |
Fix #53640: XBM images require width to be multiple of 8
Diffstat (limited to 'ext/gd/tests/bug53640.phpt')
-rw-r--r-- | ext/gd/tests/bug53640.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/gd/tests/bug53640.phpt b/ext/gd/tests/bug53640.phpt index a16b7c24c0..ee875de19a 100644 --- a/ext/gd/tests/bug53640.phpt +++ b/ext/gd/tests/bug53640.phpt @@ -12,8 +12,6 @@ $white = imagecolorallocate($im, 255, 255, 255); imagefilledrectangle($im, 2, 2, 6, 6, $white); imagexbm($im, NULL); ?> ---XFAIL-- -Padding is not implemented yet --EXPECT-- #define image_width 9 #define image_height 9 |