lyx_mirror/images/equation.xpm
Angus Leeming c638bfee65 I remembered the xpm files in $TOP/lib but forgot those in $TOP/images...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7873 a592a061-630c-0410-9148-cb99ea01b6c8
2003-10-07 20:11:19 +00:00

33 lines
681 B
C

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