~ubuntu-branches/ubuntu/trusty/aegisub/trusty

« back to all changes in this revision

Viewing changes to src/bitmaps/zoom_out_button_xpm.xpm

  • Committer: Package Import Robot
  • Author(s): Sebastian Reichel
  • Date: 2012-03-16 22:58:00 UTC
  • Revision ID: package-import@ubuntu.com-20120316225800-yfb8h9e5n04rk46a
Tags: upstream-2.1.9
ImportĀ upstreamĀ versionĀ 2.1.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* XPM */
 
2
const char *zoom_out_button_xpm[] = {
 
3
/* columns rows colors chars-per-pixel */
 
4
"16 15 6 1 ",
 
5
"  c black",
 
6
". c #800000",
 
7
"X c blue",
 
8
"o c #9999FF",
 
9
"O c gray100",
 
10
"+ c None",
 
11
/* pixels */
 
12
"+++++++++   ++++",
 
13
"+++++++  ooo  ++",
 
14
"++++++ ooOoooo +",
 
15
"++++++ OOooooo +",
 
16
"+++++ oOOoooooX ",
 
17
"+++++ oo     oX ",
 
18
"+++++ ooooooooX ",
 
19
"++++++ ooooooX +",
 
20
"++++++ oooooXX +",
 
21
"+++++ .  XXX  ++",
 
22
"++++ . ++   ++++",
 
23
"+++ . ++++++++++",
 
24
"++ . +++++++++++",
 
25
"+ . ++++++++++++",
 
26
"+  +++++++++++++"
 
27
};