mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-29 05:01:49 +00:00
33 lines
677 B
C
33 lines
677 B
C
|
/* XPM */
|
||
|
static char *equation[] = {
|
||
|
/* width height num_colors chars_per_pixel */
|
||
|
" 20 20 3 1",
|
||
|
/* colors */
|
||
|
". c #bebebe",
|
||
|
"# c #000000",
|
||
|
"a c #5151fb",
|
||
|
/* pixels */
|
||
|
"....................",
|
||
|
"....................",
|
||
|
"....................",
|
||
|
"...##############...",
|
||
|
"....................",
|
||
|
"...##############...",
|
||
|
"....................",
|
||
|
"....................",
|
||
|
".......aaaaaa.......",
|
||
|
".......a....a.......",
|
||
|
".......a....a.......",
|
||
|
".......aaaaaa.......",
|
||
|
"....................",
|
||
|
"....................",
|
||
|
"...##############...",
|
||
|
"....................",
|
||
|
"...##############...",
|
||
|
"....................",
|
||
|
"....................",
|
||
|
"...................."
|
||
|
};
|
||
|
|
||
|
|