summaryrefslogtreecommitdiffstats
path: root/qtruby/rubylib/examples/qt-examples/chart/images/pattern11.xpm
blob: 8feda9a4ff6fc500f3251422d7cb6e7b5bc88d96 (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 *pattern11[] = {
/* columns rows colors chars-per-pixel */
"40 20 2 1",
"  c black",
". c white",
/* pixels */
". ..... ..... ..... ..... ..... ..... ..",
". ..... ..... ..... ..... ..... ..... ..",
"                                        ",
". ..... ..... ..... ..... ..... ..... ..",
". ..... ..... ..... ..... ..... ..... ..",
". ..... ..... ..... ..... ..... ..... ..",
". ..... ..... ..... ..... ..... ..... ..",
". ..... ..... ..... ..... ..... ..... ..",
"                                        ",
". ..... ..... ..... ..... ..... ..... ..",
". ..... ..... ..... ..... ..... ..... ..",
". ..... ..... ..... ..... ..... ..... ..",
". ..... ..... ..... ..... ..... ..... ..",
". ..... ..... ..... ..... ..... ..... ..",
"                                        ",
". ..... ..... ..... ..... ..... ..... ..",
". ..... ..... ..... ..... ..... ..... ..",
". ..... ..... ..... ..... ..... ..... ..",
". ..... ..... ..... ..... ..... ..... ..",
". ..... ..... ..... ..... ..... ..... .."
};