1
0
mirror of https://git.lyx.org/repos/lyx.git synced 2025-01-14 12:25:11 +00:00

33 lines
676 B
C
Raw Normal View History

/* XPM */
static char const * equation[] = {
/* width height num_colors chars_per_pixel */
" 20 20 3 1",
/* colors */
" c None",
". c Black",
"X c Blue",
/* pixels */
" ",
" ",
" ",
" .............. ",
" ",
" .............. ",
" ",
" ",
" XXXXXX ",
" X X ",
" X X ",
" XXXXXX ",
" ",
" ",
" .............. ",
" ",
" .............. ",
" ",
" ",
" "
};