~mc.../inkscape/inkscape

« back to all changes in this revision

Viewing changes to src/pixmaps/cursor-pencil.xpm

  • Committer: mental
  • Date: 2006-01-16 02:36:01 UTC
  • Revision ID: mental@users.sourceforge.net-20060116023601-wkr0h7edl5veyudq
moving trunk for module inkscape

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* XPM */
 
2
static char * cursor_pencil_xpm[] = {
 
3
"32 32 3 1",
 
4
"       c None",
 
5
".      c #FFFFFF",
 
6
"+      c #000000",
 
7
"   ...                          ",
 
8
"   .+.                          ",
 
9
"   .+.                          ",
 
10
"....+....                       ",
 
11
".+++ +++.                       ",
 
12
"....+....                       ",
 
13
"   .+.                          ",
 
14
"   .+.                          ",
 
15
"   ...                          ",
 
16
"         ..                     ",
 
17
"         .+......               ",
 
18
"          .++++++.              ",
 
19
"          .++..+.+.             ",
 
20
"          .+..++..+.            ",
 
21
"          .+.+..+..+.           ",
 
22
"          .+++...+..+.          ",
 
23
"          .+..+...+..+.         ",
 
24
"           .+..+...+..+.        ",
 
25
"            .+..+...+..+.       ",
 
26
"             .+..+...+..+.      ",
 
27
"              .+..+...+.++.     ",
 
28
"               .+..+...+..+.    ",
 
29
"                .+..+.+...+.    ",
 
30
"                 .+..+...+.     ",
 
31
"                  .++...+.      ",
 
32
"                   .+..+.       ",
 
33
"                    .++.        ",
 
34
"                     ..         ",
 
35
"                                ",
 
36
"                                ",
 
37
"                                ",
 
38
"                                "};