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