~ubuntu-branches/ubuntu/natty/inkscape/natty

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Alex Valavanis
  • Date: 2010-09-12 19:44:58 UTC
  • mfrom: (1.1.12 upstream) (45.1.3 maverick)
  • Revision ID: james.westby@ubuntu.com-20100912194458-4sjwmbl7dlsrk5dc
Tags: 0.48.0-1ubuntu1
* Merge with Debian unstable (LP: #628048, LP: #401567, LP: #456248, 
  LP: #463602, LP: #591986)
* debian/control: 
  - Ubuntu maintainers
  - Promote python-lxml, python-numpy, python-uniconvertor to Recommends.
  - Demote pstoedit to Suggests (universe package).
  - Suggests ttf-dejavu instead of ttf-bitstream-vera (LP: #513319)
* debian/rules:
  - Run intltool-update on build (Ubuntu-specific).
  - Add translation domain to .desktop files (Ubuntu-specific).
* debian/dirs:
  - Add usr/share/pixmaps.  Allow inkscape.xpm installation
* drop 50-poppler-API.dpatch (now upstream)
* drop 51-paste-in-unwritable-directory.dpatch (now upstream) 

Show diffs side-by-side

added added

removed removed

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