summaryrefslogtreecommitdiffstats
path: root/qtruby/rubylib/examples/qt-examples/chart/images/pattern10.xpm
blob: c908016d6fc51533f3ba7c7f38885a36ef6fd33d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/* XPM */
static const char *pattern10[] = {
/* columns rows colors chars-per-pixel */
"40 20 2 1",
"  c black",
". c white",
/* pixels */
".. ..... ..... ..... ..... ..... ..... .",
".. ..... ..... ..... ..... ..... ..... .",
".. ..... ..... ..... ..... ..... ..... .",
".. ..... ..... ..... ..... ..... ..... .",
".. ..... ..... ..... ..... ..... ..... .",
".. ..... ..... ..... ..... ..... ..... .",
".. ..... ..... ..... ..... ..... ..... .",
".. ..... ..... ..... ..... ..... ..... .",
".. ..... ..... ..... ..... ..... ..... .",
".. ..... ..... ..... ..... ..... ..... .",
".. ..... ..... ..... ..... ..... ..... .",
".. ..... ..... ..... ..... ..... ..... .",
".. ..... ..... ..... ..... ..... ..... .",
".. ..... ..... ..... ..... ..... ..... .",
".. ..... ..... ..... ..... ..... ..... .",
".. ..... ..... ..... ..... ..... ..... .",
".. ..... ..... ..... ..... ..... ..... .",
".. ..... ..... ..... ..... ..... ..... .",
".. ..... ..... ..... ..... ..... ..... .",
".. ..... ..... ..... ..... ..... ..... ."
};