mirror of https://github.com/GNOME/gimp.git
18 lines
1000 B
C
18 lines
1000 B
C
|
/* Created with The GIMP */
|
||
|
#define measure_small_width 32
|
||
|
#define measure_small_height 32
|
||
|
#define measure_small_x_hot 0
|
||
|
#define measure_small_y_hot 0
|
||
|
static unsigned char measure_small_bits[] = {
|
||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c,
|
||
|
0x00, 0x00, 0x00, 0x12, 0x00, 0x00, 0x00, 0x21, 0x00, 0x00, 0x80, 0x42,
|
||
|
0x00, 0x00, 0x40, 0x60, 0x00, 0x00, 0xa0, 0x30, 0x00, 0x00, 0x10, 0x19,
|
||
|
0x00, 0x00, 0x28, 0x0c, 0x00, 0x00, 0x04, 0x06, 0x00, 0x00, 0x0a, 0x03,
|
||
|
0x00, 0x00, 0x91, 0x01, 0x00, 0x80, 0xc2, 0x00, 0x00, 0x40, 0x60, 0x00,
|
||
|
0x00, 0xc0, 0x30, 0x00, 0x00, 0x80, 0x19, 0x00, 0x00, 0x00, 0x0f, 0x00,
|
||
|
0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00 };
|