/usr/share/doc/axiom-doc/bitmaps/px.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 7 8 9 | #define px_width 25
#define px_height 16
static char px_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x3f, 0x00, 0x00,
0x40, 0x67, 0x00, 0x00, 0x40, 0x63, 0x00, 0x00, 0x00, 0x63, 0x00, 0x00,
0x80, 0x61, 0x00, 0x00, 0x80, 0x61, 0x00, 0x00, 0x80, 0x61, 0x00, 0x00,
0x80, 0x31, 0x1b, 0x00, 0x80, 0x99, 0x1f, 0x00, 0xc0, 0x8f, 0x16, 0x00,
0xc0, 0x00, 0x06, 0x00, 0xc0, 0x00, 0x12, 0x00, 0xc0, 0xc0, 0x12, 0x00,
0xe0, 0xc3, 0x0f, 0x00};
|