/usr/share/xfig/bitmaps/horizontal.bmp is in transfig 1:3.2.5.e-5ubuntu0.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 | /* horizontal lines */
#define horizontal_width 8
#define horizontal_height 4
static unsigned char horizontal_bits[] = {
0xff, 0x00, 0x00, 0x00};
|