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

« back to all changes in this revision

Viewing changes to xpm/zoom_in_at.xpm

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2013-08-28 16:25:57 UTC
  • mto: This revision was merged to the branch mainline in revision 27.
  • Revision ID: package-import@ubuntu.com-20130828162557-knls3ip7j262eepx
Tags: upstream-2.1.2
ImportĀ upstreamĀ versionĀ 2.1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* XPM */
 
2
static const char * zoom_in_at_xpm[] = {
 
3
"16 16 7 1",
 
4
"       c None",
 
5
".      c #000000",
 
6
"+      c #A0A0A4",
 
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
"                "};