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

« back to all changes in this revision

Viewing changes to xpm/zoom.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
/* XPM */
 
3
/* Drawn  by Mark Donohoe for the K Desktop Environment */
 
4
/* See http://www.kde.org */
 
5
static const char * zoom_xpm[] = {
 
6
"15 16 5 1",
 
7
"       c None",
 
8
".      c #000000",
 
9
"+      c #A0A0A4",
 
10
"@      c #DCDCDC",
 
11
"#      c #FFFFFF",
 
12
"   ....        ",
 
13
" +.@##@.+      ",
 
14
" .##++##.+     ",
 
15
".@#+####@.     ",
 
16
".########.     ",
 
17
".########.     ",
 
18
".@######@.     ",
 
19
"+.######.+     ",
 
20
" +.@##@...     ",
 
21
"  +....+...    ",
 
22
"   ++++++...   ",
 
23
"        ++...  ",
 
24
"         ++... ",
 
25
"          ++...",
 
26
"           ++.+",
 
27
"            ++ "};