lyx_mirror/images/matrix.xpm

32 lines
667 B
C
Raw Normal View History

/* XPM */
static char const * matrix[] = {
/* width height num_colors chars_per_pixel */
" 20 20 2 1",
/* colors */
". c #bebebe",
"# c #0000ff",
/* pixels */
"....................",
"....................",
"....................",
"...####.####.####...",
"...#..#.#..#.#..#...",
"...#..#.#..#.#..#...",
"...####.####.####...",
"....................",
"...####.####.####...",
"...#..#.#..#.#..#...",
"...#..#.#..#.#..#...",
"...####.####.####...",
"....................",
"...####.####.####...",
"...#..#.#..#.#..#...",
"...#..#.#..#.#..#...",
"...####.####.####...",
"....................",
"....................",
"...................."
};