mirror of https://github.com/GNOME/gimp.git
16 lines
964 B
C
16 lines
964 B
C
|
/* Created with The GIMP */
|
||
|
#define tool_bucket_fill_mask_width 32
|
||
|
#define tool_bucket_fill_mask_height 32
|
||
|
static unsigned char tool_bucket_fill_mask_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, 0x80, 0x00, 0x00, 0x00, 0xc0, 0x01,
|
||
|
0x00, 0x00, 0xe0, 0x03, 0x00, 0x00, 0xe0, 0x03, 0x00, 0x00, 0xe0, 0x03,
|
||
|
0x00, 0x00, 0xe0, 0x07, 0x00, 0x00, 0xf0, 0x0f, 0x00, 0x00, 0xf8, 0x1f,
|
||
|
0x00, 0x00, 0xfc, 0x3f, 0x00, 0x00, 0xfe, 0x3f, 0x00, 0x00, 0xfe, 0x3f,
|
||
|
0x00, 0x00, 0xfc, 0x3f, 0x00, 0x00, 0xf8, 0x3f, 0x00, 0x00, 0xf0, 0x13,
|
||
|
0x00, 0x00, 0xe0, 0x39, 0x00, 0x00, 0xc0, 0x38, 0x00, 0x00, 0x00, 0x10,
|
||
|
0x00, 0x00, 0x00, 0x38, 0x00, 0x00, 0x00, 0x10 };
|