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