Files
create/src/Mod/Mesh/Gui/images.h
2023-09-23 14:03:11 +02:00

41 lines
1.3 KiB
C

// clang-format off
/* XPM */
static const char *mesh_fillhole[]={
"32 32 3 1",
"# c #000000",
"+ c #ffffff",
". c None",
"....+...........................",
"....+....................##.....",
"....+...................###.....",
".......................####.....",
"+++.+.+++............###++#.....",
"....................###+++##....",
"....+.............###+++++##....",
"....+............###++++++##....",
"....+..........###++++++++##....",
"..............###++++++++++#....",
"............###++++++++++++#....",
"...........###+++#######+++##...",
"..........###+++#......##++##...",
"........###++++#........#++##...",
".......###+++++#........##+##...",
".....###+++++++#........##.##...",
"....###++++++++##.......#+++#...",
"....####++++++++##....##++++##..",
"......####++++++++#####+++++##..",
"........#####+++++++++++++++##..",
"...........####+++++++++++++##..",
".............#####++++++++++##..",
"................####+++++++++#..",
"..................#####++++++#..",
".....................####++++##.",
".......................#####+##.",
"..........................#####.",
"............................##..",
"................................",
"................................",
"................................",
"................................"};
// clang-format on