~ubuntu-branches/ubuntu/trusty/muse/trusty

« back to all changes in this revision

Viewing changes to xpm/zoom_in.xpm

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2013-08-28 16:25:57 UTC
  • mfrom: (1.1.16)
  • Revision ID: package-import@ubuntu.com-20130828162557-27ulrksfvm64td50
Tags: 2.1.2-1
* New upstream bugfix release.
* Refresh patches.
* Fix doc links.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* XPM */
 
2
static const char * zoom_in_xpm[] = {
 
3
"16 16 7 1",
 
4
"       c None",
 
5
".      c #A0A0A4",
 
6
"+      c #000000",
 
7
"@      c #DCDCDC",
 
8
"#      c #FFFFFF",
 
9
"$      c #103A2D",
 
10
"%      c #83EF42",
 
11
"                ",
 
12
"                ",
 
13
"                ",
 
14
"    .+++.       ",
 
15
"   .+@#@+.      ",
 
16
"   +##.##+      ",
 
17
"   +#.###+      ",
 
18
"   +#####+      ",
 
19
"   .+@#@++      ",
 
20
"    .++++++     ",
 
21
" $%$ ....+++    ",
 
22
"$$%$$    .+++   ",
 
23
"%%%%%    ..+++  ",
 
24
"$$%$$     ..++  ",
 
25
" $%$       ...  ",
 
26
"                "};