summaryrefslogtreecommitdiffstats
path: root/src/pixmaps
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2007-10-02 15:24:27 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2007-10-02 15:24:27 +0000
commitd65cc198d8402bfd8e78f793ae7805a468384a4e (patch)
tree1c209b3953605210148a8913ce4b7cc5b7962cbd /src/pixmaps
parententire box must not take current color, but sides must (diff)
downloadinkscape-d65cc198d8402bfd8e78f793ae7805a468384a4e.tar.gz
inkscape-d65cc198d8402bfd8e78f793ae7805a468384a4e.zip
3dbox cursor
(bzr r3825)
Diffstat (limited to 'src/pixmaps')
-rw-r--r--src/pixmaps/cursor-3dbox.xpm38
1 files changed, 38 insertions, 0 deletions
diff --git a/src/pixmaps/cursor-3dbox.xpm b/src/pixmaps/cursor-3dbox.xpm
new file mode 100644
index 000000000..7104789de
--- /dev/null
+++ b/src/pixmaps/cursor-3dbox.xpm
@@ -0,0 +1,38 @@
+/* XPM */
+static char const *cursor_3dbox_xpm[] = {
+"32 32 3 1",
+" c None",
+". c #FFFFFF",
+"+ c #000000",
+" ... ",
+" .+. ",
+" .+. ",
+"....+.... ",
+".+++ +++. ",
+"....+.... . ",
+" .+. .+. ",
+" .+. .+++. ",
+" ... .+.+.+. ",
+" .+..+..+. ",
+" .+...+...+. ",
+" .+....+....+. ",
+" .+.....+.....+. ",
+" .+....+++....+. ",
+" .+..++...++..+. ",
+" .+++.......+++. ",
+" .++.........++. ",
+" ..++.....++.. ",
+" ..+++++.. ",
+" ..+.. ",
+" . ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" "};