~ubuntu-branches/debian/jessie/gpaint/jessie

« back to all changes in this revision

Viewing changes to pixmaps/paintB.xpm

  • Committer: Bazaar Package Importer
  • Author(s): Goedson Teixeira Paixao
  • Date: 2002-03-17 12:27:19 UTC
  • Revision ID: james.westby@ubuntu.com-20020317122719-a6mowwhvvtbmcxow
Tags: upstream-0.2.2
ImportĀ upstreamĀ versionĀ 0.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* XPM */
 
2
const char * paintB_xpm[] = {
 
3
"9 9 4 1",
 
4
"       c #FFFFFFFFFFFF m white s A",
 
5
".      c #A699A289A699 m black s B",
 
6
"X      c #79E77DF779E7 m black s C",
 
7
"o      c #000000000000 m black s E",
 
8
"  .....  ",
 
9
" ..XXX.. ",
 
10
"..XXXXX..",
 
11
".XXoooXX.",
 
12
".XXoooXX.",
 
13
".XXoooXX.",
 
14
"..XXXXX..",
 
15
" ..XXX.. ",
 
16
"  .....  "};