--TEST-- Bug #53640 (XBM images require width to be multiple of 8) --SKIPIF-- --FILE-- --EXPECT-- #define image_width 9 #define image_height 9 static unsigned char image_bits[] = { 0xFF, 0x01, 0xFF, 0x01, 0x83, 0x01, 0x83, 0x01, 0x83, 0x01, 0x83, 0x01, 0x83, 0x01, 0xFF, 0x01, 0xFF, 0x01};