mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
33 lines
673 B
C
33 lines
673 B
C
|
/* XPM */
|
||
|
static char *frac[] = {
|
||
|
/* width height num_colors chars_per_pixel */
|
||
|
" 20 20 3 1",
|
||
|
/* colors */
|
||
|
". c #bebebe",
|
||
|
"# c #5151fb",
|
||
|
"a c #000000",
|
||
|
/* pixels */
|
||
|
"....................",
|
||
|
"....................",
|
||
|
".......######.......",
|
||
|
".......#....#.......",
|
||
|
".......#....#.......",
|
||
|
".......#....#.......",
|
||
|
".......#....#.......",
|
||
|
".......######.......",
|
||
|
"....................",
|
||
|
"....aaaaaaaaaaaa....",
|
||
|
"....aaaaaaaaaaaa....",
|
||
|
"....................",
|
||
|
".......######.......",
|
||
|
".......#....#.......",
|
||
|
".......#....#.......",
|
||
|
".......#....#.......",
|
||
|
".......#....#.......",
|
||
|
".......######.......",
|
||
|
"....................",
|
||
|
"...................."
|
||
|
};
|
||
|
|
||
|
|