mirror of https://github.com/GNOME/gimp.git
18 lines
1.0 KiB
C
18 lines
1.0 KiB
C
/* Created with The GIMP */
|
|
#define ellipse_select_small_mask_width 32
|
|
#define ellipse_select_small_mask_height 32
|
|
#define ellipse_select_small_mask_x_hot 0
|
|
#define ellipse_select_small_mask_y_hot 0
|
|
static unsigned char ellipse_select_small_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, 0xe0, 0x00, 0x00, 0x00, 0xf8, 0x03,
|
|
0x00, 0x00, 0xfc, 0x07, 0x00, 0x00, 0x0e, 0x0e, 0x00, 0x00, 0x06, 0x0c,
|
|
0x00, 0x00, 0x07, 0x1c, 0x00, 0x00, 0x07, 0x1c, 0x00, 0x00, 0x07, 0x1c,
|
|
0x00, 0x00, 0x06, 0x0c, 0x00, 0x00, 0x0e, 0x0e, 0x00, 0x00, 0xfc, 0x07,
|
|
0x00, 0x00, 0xf8, 0x03, 0x00, 0x00, 0xe0, 0x00, 0x00, 0x00, 0x00, 0x00,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|