diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-02-27 06:18:45 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-02-27 06:18:45 +0000 |
| commit | 79836545ae9daca1150995ec56edcbf757d96045 (patch) | |
| tree | 433dd21d6e1a809710cde4352f95d98fa42fe686 /src/pixmaps | |
| parent | more comments (diff) | |
| download | inkscape-79836545ae9daca1150995ec56edcbf757d96045.tar.gz inkscape-79836545ae9daca1150995ec56edcbf757d96045.zip | |
add paintbucket cursor
(bzr r2459)
Diffstat (limited to 'src/pixmaps')
| -rw-r--r-- | src/pixmaps/cursor-paintbucket.xpm | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/src/pixmaps/cursor-paintbucket.xpm b/src/pixmaps/cursor-paintbucket.xpm new file mode 100644 index 000000000..619a551c7 --- /dev/null +++ b/src/pixmaps/cursor-paintbucket.xpm @@ -0,0 +1,38 @@ +/* XPM */ +static char * cursor_paintbucket_xpm[] = { +"32 32 3 1", +" c None", +". c #FFFFFF", +"+ c #000000", +" ", +" ... ", +" ... ...... ", +" ..++.. ...++++.. ", +" .+..+....++....+.. ", +" ..+..+..++.......+.. ", +" ..+..+++..........+.. ", +" ..+..+++............+. ", +" ..+++..+............+. ", +" .+++...+............+.. ", +" .++.+...+............+. ", +" .+..++..+............+. ", +" .+...+..+............+. ", +" .+....+.+............+. ", +" .+....++++...........+. ", +" ..+....+.+...........+. ", +" .+....++...........+.. ", +" .++...+..........++.. ", +" ..+....+.......++... ", +" .++...+.....++... ", +" .+...+...++... ", +" .++.++.++... ", +" .+++++... ", +" .+++. ", +" .++. ", +" .++. ", +" .++. ", +" .++. ", +" .++. ", +" .+.. ", +" ... ", +" "}; |
