wxWidgets/demos/poem/corner4.xpm

43 lines
1.3 KiB
C
Raw Normal View History

/* XPM */
static char * corner4_xpm[] = {
/* width height ncolors chars_per_pixel */
"32 32 4 1",
/* colors */
" s None c None",
". c #000000",
"+ c #c0c0c0",
"@ c #808080",
/* pixels */
" .... ........ ",
" ..+++....++++++++.. ",
" ..+++@@@@.++++++@@@@@.. ",
" .++++@@@@@..++++@@@@@@@..",
" .+++@@@@@@@.++++@@@@@@@@.",
" .+++++@@@@@@..++++@@@@@@@.",
" .++++++@@@@@@..+++@@@@@@@.",
" ...++++++@@@@@@.++++@@@@@@.",
" ..@@..+++++@@@@@@..+++@@@@@@.",
" .@@@@@..+++++@@@@@@.++++@@@@@.",
" .@@@@@@@..+++++@@@@@..+++@@@@@.",
" .@@@@@@@@..+++++@@@@@.++++@@@@.",
".+@@@@@@@@@..+++++@@@@..+++@@@@.",
".+@@@@@@@@@@..++++@@@@@..++@@@@.",
".++@@@@@@@@@@..++++@@@@@.+++@@@.",
".+++@@@@@@@@@@..++++@@@@..++@@@.",
"..+++@@@@@@@@@@..++++@@@@.+++@@.",
" .+++++@@@@@@@@@..++++@@@..++@@.",
" ..+++++@@@@@@@@@..++++@@@.+++@.",
" ...+++++@@@@@@@@..+++@@@..++@.",
" ......+++++@@@@@@@..+++@@@.++@.",
" ..@@@...+++++@@@@@@..+++@@..++.",
"..@@@@@@...+++++@@@@@..+++@@.++.",
".+@@@@@@@@@...++++@@@@..+++@@.+.",
".++@@@@@@@@@@...++++@@@..++@@.+.",
".+++@@@@@@@@@@@...++++@@..++@@..",
"..+++@@@@@@@@@@@@...++++@..++@..",
" .+++++@@@@@@@@@@@@...+++@..++@.",
" ..++++++++@@@@@@@@@@...+++..+@.",
" ...+++++++++++@@@@@@@...++..+.",
" ....++++++++++++++++++..++...",
" ............................"};