~brian-sidebotham/wxwidgets-cmake/wxpython-2.9.4

« back to all changes in this revision

Viewing changes to demos/poem/corner1.xpm

  • Committer: Brian Sidebotham
  • Date: 2013-08-03 14:30:08 UTC
  • Revision ID: brian.sidebotham@gmail.com-20130803143008-c7806tkych1tp6fc
Initial import into Bazaar

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* XPM */
 
2
static const char *const corner1_xpm[] = {
 
3
/* width height ncolors chars_per_pixel */
 
4
"32 32 4 1",
 
5
/* colors */
 
6
"       s None  c None",
 
7
".      c #000000",
 
8
"+      c #808080",
 
9
"@      c #c0c0c0",
 
10
/* pixels */
 
11
"............................    ",
 
12
"...++..++++++++++++++++++....   ",
 
13
".+..++...@@@@@@@+++++++++++...  ",
 
14
".@+..+++...@@@@@@@@@@++++++++.. ",
 
15
".@++..@+++...@@@@@@@@@@@@+++++. ",
 
16
"..@++..@++++...@@@@@@@@@@@@+++..",
 
17
"..@@++..@@++++...@@@@@@@@@@@+++.",
 
18
".+.@@++..@@@++++...@@@@@@@@@@++.",
 
19
".+.@@+++..@@@@++++...@@@@@@@@@+.",
 
20
".++.@@+++..@@@@@+++++...@@@@@@..",
 
21
".++..@@+++..@@@@@@+++++...@@@.. ",
 
22
".@++.@@@+++..@@@@@@@+++++...... ",
 
23
".@++..@@@+++..@@@@@@@@+++++...  ",
 
24
".@+++.@@@++++..@@@@@@@@@+++++.. ",
 
25
".@@++..@@@++++..@@@@@@@@@+++++. ",
 
26
".@@+++.@@@@++++..@@@@@@@@@@+++..",
 
27
".@@@++..@@@@++++..@@@@@@@@@@+++.",
 
28
".@@@+++.@@@@@++++..@@@@@@@@@@++.",
 
29
".@@@@++..@@@@@++++..@@@@@@@@@@+.",
 
30
".@@@@+++..@@@@+++++..@@@@@@@@@+.",
 
31
".@@@@++++.@@@@@+++++..@@@@@@@@. ",
 
32
".@@@@@+++..@@@@@+++++..@@@@@@@. ",
 
33
".@@@@@++++.@@@@@@+++++..@@@@@.  ",
 
34
".@@@@@@+++..@@@@@@+++++..@@..   ",
 
35
".@@@@@@++++.@@@@@@++++++...     ",
 
36
".@@@@@@@+++..@@@@@@++++++.      ",
 
37
".@@@@@@@++++..@@@@@@+++++.      ",
 
38
".@@@@@@@@++++.@@@@@@@+++.       ",
 
39
"..@@@@@@@++++..@@@@@++++.       ",
 
40
" ..@@@@@++++++.@@@@+++..        ",
 
41
"   ..++++++++....+++..          ",
 
42
"     ........   ....            "};