/usr/share/xcircuit/pixmaps/stip88.xbm is in xcircuit 3.8.78.dfsg-1+b2.
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 14 15 16 17 18 19 20 21 22 23 24 25 | /* Definition of a stippled square the size of the toolbar pixmaps. */
#define stip88_width 20
#define stip88_height 20
static char stip88_bits[] = {
0xff, 0xff, 0x0f,
0xaa, 0xaa, 0x0a,
0xff, 0xff, 0x0f,
0xee, 0xee, 0x0e,
0xff, 0xff, 0x0f,
0xaa, 0xaa, 0x0a,
0xff, 0xff, 0x0f,
0xee, 0xee, 0x0e,
0xff, 0xff, 0x0f,
0xaa, 0xaa, 0x0a,
0xff, 0xff, 0x0f,
0xee, 0xee, 0x0e,
0xff, 0xff, 0x0f,
0xaa, 0xaa, 0x0a,
0xff, 0xff, 0x0f,
0xee, 0xee, 0x0e,
0xff, 0xff, 0x0f,
0xaa, 0xaa, 0x0a,
0xff, 0xff, 0x0f,
0xee, 0xee, 0x0e};
|