/usr/share/doc/axiom-doc/bitmaps/menudot.bitmap is in axiom-hypertex-data 20140801-11.
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 | #define menudot_width 16
#define menudot_height 16
static char menudot_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x0f, 0xff, 0x0f,
0xab, 0x0e, 0x57, 0x0d, 0xab, 0x0e, 0x57, 0x0d, 0xab, 0x0e, 0x57, 0x0d,
0xab, 0x0e, 0x57, 0x0d, 0xff, 0x0f, 0xff, 0x0f};
|