/usr/share/doc/axiom-doc/bitmaps/my.bitmap is in axiom-hypertex-data 20170501-3.
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 6 7 8 9 | #define my_width 25
#define my_height 16
static char my_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0xde, 0xfb, 0x00, 0x00, 0x3a, 0xce, 0x00, 0x00,
0x1a, 0xc6, 0x18, 0x01, 0x18, 0xc6, 0x38, 0x01, 0x0c, 0xc3, 0xb4, 0x01,
0x0c, 0xe3, 0x90, 0x01, 0x0c, 0x63, 0x99, 0x00, 0x0c, 0x63, 0xd9, 0x00,
0x86, 0xe1, 0xf0, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0x6c, 0x00,
0x00, 0x00, 0x38, 0x00};
|