~ubuntu-branches/debian/experimental/inkscape/experimental

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Viehmann
  • Date: 2008-09-09 23:29:02 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080909232902-c50iujhk1w79u8e7
Tags: 0.46-2.1
* Non-maintainer upload.
* Add upstream patch fixing a crash in the open dialog
  in the zh_CN.utf8 locale. Closes: #487623.
  Thanks to Luca Bruno for the patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* XPM */
 
2
static char const *cursor_color_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
"                                "};