~ubuntu-branches/ubuntu/raring/openwalnut/raring

« back to all changes in this revision

Viewing changes to src/modules/dataCreator/WMDataCreator.xpm

  • Committer: Package Import Robot
  • Author(s): Sebastian Eichelbaum
  • Date: 2012-12-12 11:26:32 UTC
  • mfrom: (3.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20121212112632-xhiuwkxuz5h0idkh
Tags: 1.3.1+hg5849-1
* Minor changes compared to 1.3.0 but included several bug fixes.
* See http://www.openwalnut.org/versions/4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* XPM */
 
2
static const char * datacreator_xpm[] = {
 
3
"32 32 3 1",
 
4
"       c None",
 
5
".      c #000000",
 
6
"+      c #4444FF",
 
7
"                                ",
 
8
"                                ",
 
9
"  .   ....   +....+++.+  ....   ",
 
10
"  .  ..   +++..++++++.++..      ",
 
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
"  .  .    .  .    .  .  .  .    "};