/usr/share/mozart/doc/wp/magnifier.xbm is in mozart-doc 1.4.0-8ubuntu1.
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 10 11 12 13 | #define magnifier_width 30
#define magnifier_height 30
static unsigned char magnifier_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7e, 0x00, 0x00,
0x80, 0xff, 0x01, 0x00, 0xe0, 0x81, 0x07, 0x00, 0x70, 0x00, 0x0e, 0x00,
0x30, 0x00, 0x0c, 0x00, 0x18, 0x00, 0x18, 0x00, 0x18, 0x00, 0x18, 0x00,
0x0c, 0x00, 0x30, 0x00, 0x0c, 0x00, 0x30, 0x00, 0x0c, 0x00, 0x30, 0x00,
0x0c, 0x00, 0x30, 0x00, 0x0c, 0x00, 0x30, 0x00, 0x18, 0x00, 0x18, 0x00,
0x18, 0x00, 0x18, 0x00, 0x30, 0x00, 0x0c, 0x00, 0x70, 0x00, 0x0e, 0x00,
0xe0, 0x81, 0x1f, 0x00, 0x80, 0xff, 0x79, 0x00, 0x00, 0x7e, 0xf0, 0x00,
0x00, 0x00, 0xd0, 0x01, 0x00, 0x00, 0xa0, 0x03, 0x00, 0x00, 0x40, 0x07,
0x00, 0x00, 0x80, 0x0e, 0x00, 0x00, 0x00, 0x1d, 0x00, 0x00, 0x00, 0x3a,
0x00, 0x00, 0x00, 0x34, 0x00, 0x00, 0x00, 0x28, 0x00, 0x00, 0x00, 0x30};
|