summaryrefslogtreecommitdiffstats
path: root/src/pixmaps
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2008-04-26 17:00:07 +0000
committerjoncruz <joncruz@users.sourceforge.net>2008-04-26 17:00:07 +0000
commit0e20a77f645dc43c61143b97460d90776ff0fb26 (patch)
tree8c3ff43d837cd18c2bd3e6dfee9f62a3086aa349 /src/pixmaps
parentAdded missing eraser files (diff)
downloadinkscape-0e20a77f645dc43c61143b97460d90776ff0fb26.tar.gz
inkscape-0e20a77f645dc43c61143b97460d90776ff0fb26.zip
Missing added
(bzr r5527)
Diffstat (limited to 'src/pixmaps')
-rw-r--r--src/pixmaps/cursor-eraser.xpm38
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",
+" ... ",
+" .+. ",
+" .+. ",
+"....+.... ",
+".+++ +++. ",
+"....+.... . ",
+" .+. .+. ",
+" .+. .+.+. ",
+" ... .+. .+. ",
+" .+. .+. ",
+" .+. .+. ",
+" .+. .+. ",
+" .+. .+. ",
+" .+. .+. ",
+" .+. .+. ",
+" .+. .+. ",
+" .+. .+. ",
+" .+. .+. ",
+" .+. .+. ",
+" .+. .+. ",
+" .+. .+. ",
+" .+. .+. ",
+" .+. .+. ",
+" .+. .+. ",
+" .+.+. ",
+" .+. ",
+" . ",
+" ",
+" ",
+" ",
+" ",
+" "};