diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2008-04-26 17:00:07 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2008-04-26 17:00:07 +0000 |
| commit | 0e20a77f645dc43c61143b97460d90776ff0fb26 (patch) | |
| tree | 8c3ff43d837cd18c2bd3e6dfee9f62a3086aa349 /src/pixmaps | |
| parent | Added missing eraser files (diff) | |
| download | inkscape-0e20a77f645dc43c61143b97460d90776ff0fb26.tar.gz inkscape-0e20a77f645dc43c61143b97460d90776ff0fb26.zip | |
Missing added
(bzr r5527)
Diffstat (limited to 'src/pixmaps')
| -rw-r--r-- | src/pixmaps/cursor-eraser.xpm | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/src/pixmaps/cursor-eraser.xpm b/src/pixmaps/cursor-eraser.xpm new file mode 100644 index 000000000..e1155068b --- /dev/null +++ b/src/pixmaps/cursor-eraser.xpm @@ -0,0 +1,38 @@ +/* XPM */ +static char const *cursor_eraser_xpm[] = { +"32 32 3 1", +" c None", +". c #FFFFFF", +"+ c #000000", +" ... ", +" .+. ", +" .+. ", +"....+.... ", +".+++ +++. ", +"....+.... . ", +" .+. .+. ", +" .+. .+.+. ", +" ... .+. .+. ", +" .+. .+. ", +" .+. .+. ", +" .+. .+. ", +" .+. .+. ", +" .+. .+. ", +" .+. .+. ", +" .+. .+. ", +" .+. .+. ", +" .+. .+. ", +" .+. .+. ", +" .+. .+. ", +" .+. .+. ", +" .+. .+. ", +" .+. .+. ", +" .+. .+. ", +" .+.+. ", +" .+. ", +" . ", +" ", +" ", +" ", +" ", +" "}; |
