wxWidgets/samples/ribbon/auto_crop_selection_small.xpm
Vadim Zeitlin 3ee12b2ca9 Convert all XPM files to Unix EOLs.
Just as the normal sources (*.h, *.cpp), these files should be using LF and
not CR LF.
2015-03-19 21:46:05 +01:00

34 lines
597 B
C

/* XPM */
static const char *const auto_crop_selection_small_xpm[] = {
"16 16 13 1",
" c black",
"a c #233A19",
"h c #363F2E",
"e c #5F7A4C",
"g c #6A7D57",
"i c #103AA0",
"j c #386CDF",
"b c #6DAF4E",
"d c #85B568",
"c c #A4EE7B",
"k c #80AEF0",
"f c #C4F79E",
". c None",
" .",
" .. .......... .",
" .ab ........ .",
" bcde........ .",
" . dfg........ .",
" . egh.i...... .",
" .....iji..... .",
" ....ijkji.... .",
" .....iji..... .",
" ......i.hge . .",
" ........gfd . .",
" ........edcb .",
" ........ ba. .",
" .......... .. .",
" .",
"................"
};