lyx_mirror/lib/images/math/sqrt.xpm
John Levon c12d0c332c more more more
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5176 a592a061-630c-0410-9148-cb99ea01b6c8
2002-08-29 15:27:46 +00:00

33 lines
676 B
C

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