bitmaps/CheckOnColor.xpm
author Jan Vrany <jan.vrany@fit.cvut.cz>
Thu, 04 May 2017 22:34:08 +0200
branchjv
changeset 6187 df5e0e50fe4e
parent 1124 5b8a77918821
permissions -rw-r--r--
Issue #124, case 1: Added test for this case Actual fix is in stx:libbasic, revision 3563e89f551b. https://swing.fit.cvut.cz/projects/stx-jv/ticket/124#comment:19

/* XPM */
static char *CheckOnColor_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 3 1",
/* colors */
". c none",
"* c black",
"b c red",
/* pixels */
"............bbbb",
"...........bbbbb",
"..........bbbb*.",
".........bbbb*..",
"........bbbb*...",
".......bbbb*....",
".......bbbb*....",
"bb....bbbb*.....",
"bbb...bbbb*.....",
".bbbbbbbb*......",
"..bbbbbbb*......",
"...bbbbbb*......",
"....bbbb*.......",
"....bbb*........",
".....bb*........",
".....bb*........",
};