~ubuntu-branches/ubuntu/maverick/freecad/maverick

« back to all changes in this revision

Viewing changes to src/Mod/Part/Gui/Icons/PartFeature.xpm

  • Committer: Bazaar Package Importer
  • Author(s): Teemu Ikonen
  • Date: 2009-07-16 18:37:41 UTC
  • Revision ID: james.westby@ubuntu.com-20090716183741-oww9kcxqrk991i1n
Tags: upstream-0.8.2237
ImportĀ upstreamĀ versionĀ 0.8.2237

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* XPM */
 
2
static char * PartFeature_xpm[] = {
 
3
"16 16 13 1",
 
4
"       c None",
 
5
".      c #000000",
 
6
"+      c #001200",
 
7
"@      c #00BD00",
 
8
"#      c #00F600",
 
9
"$      c #00AF00",
 
10
"%      c #001400",
 
11
"&      c #00C900",
 
12
"*      c #00FE00",
 
13
"=      c #00AB00",
 
14
"-      c #001500",
 
15
";      c #009C00",
 
16
">      c #00EF00",
 
17
"                ",
 
18
" .........      ",
 
19
" .+@#####..     ",
 
20
" .$%&****. .    ",
 
21
" .#=-&###.  .   ",
 
22
" .#*;.........  ",
 
23
" .#*#.******#.  ",
 
24
" .#*#.******#.  ",
 
25
" .#*#.******#.  ",
 
26
" .#*#.******#.  ",
 
27
" .....******#.  ",
 
28
"  .  .******#.  ",
 
29
"   . .******#.  ",
 
30
"    ..######>.  ",
 
31
"     .........  ",
 
32
"                "};