Aegisub/aegisub/src/bitmaps/shift_to_frame_xpm.xpm

28 lines
499 B
C
Raw Normal View History

/* XPM */
const char *shift_to_frame_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 15 6 1",
" c black",
". c red",
"X c #000080800000",
"o c green",
"O c cyan",
"+ c None",
/* pixels */
"++++++++++++++++",
"+ +++++++ +++ +",
"+ +++++++ ++ o +",
"+ + oo +",
"+ .. OOOO ooo +",
"+ + XX +",
"+ oo OOOO ++ X +",
"+ +++ +",
"+ oo OOOO ++++++",
"+ ++++++",
"+ oo OOOO ++++++",
"+ ++++++",
"+ +++++++ ++++++",
"+ +++++++ ++++++",
"++++++++++++++++"
};