mirror of https://github.com/GNOME/gimp.git
15 lines
945 B
C
15 lines
945 B
C
#define tool_ellipse_select_mask_width 32
|
|
#define tool_ellipse_select_mask_height 32
|
|
static unsigned char tool_ellipse_select_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, 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, 0x07, 0x00, 0x00, 0xc0, 0x1f,
|
|
0x00, 0x00, 0xe0, 0x3f, 0x00, 0x00, 0x70, 0x70, 0x00, 0x00, 0x30, 0x60,
|
|
0x00, 0x00, 0x38, 0xe0, 0x00, 0x00, 0x38, 0xe0, 0x00, 0x00, 0x38, 0xe0,
|
|
0x00, 0x00, 0x30, 0x60, 0x00, 0x00, 0x70, 0x70, 0x00, 0x00, 0xe0, 0x3f,
|
|
0x00, 0x00, 0xc0, 0x1f, 0x00, 0x00, 0x00, 0x07 };
|