1
0
mirror of https://git.lyx.org/repos/lyx.git synced 2024-12-25 05:55:34 +00:00
lyx_mirror/lib/images/math/delim0.xpm

43 lines
1.2 KiB
C
Raw Normal View History

/* XPM */
static char const * delim0[] = {
/* width height num_colors chars_per_pixel */
" 31 31 2 1",
/* colors */
" c None",
"X c #0000ff",
/* pixels */
" ",
" ",
" ",
" ",
" X X ",
" X X ",
" X X ",
" X X ",
" X X ",
" X X ",
" X X ",
" X X ",
" X X ",
" X X ",
" X X ",
" X X ",
" X X ",
" X X ",
" X X ",
" X X ",
" X X ",
" X X ",
" X X ",
" X X ",
" X X ",
" X X ",
" X X ",
" ",
" ",
" ",
" "
};