summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFelipe Corr??a da Silva Sanches <juca@members.fsf.org>2011-06-06 23:53:45 +0000
committerFelipe C. da S. Sanches <juca@members.fsf.org>2011-06-06 23:53:45 +0000
commiteddb7a227c8d55d166a28958a027c85c0df87471 (patch)
tree9b1561f85da684f0a50b1263f8e8d3c7099c3c8c /src
parentIntroducing our new nice measurement tool! :-D (diff)
downloadinkscape-eddb7a227c8d55d166a28958a027c85c0df87471.tar.gz
inkscape-eddb7a227c8d55d166a28958a027c85c0df87471.zip
adding cursor for the measure tool that I forgot to commit in the previous revision.
(bzr r10260)
Diffstat (limited to 'src')
-rw-r--r--src/pixmaps/cursor-measure.xpm38
1 files changed, 38 insertions, 0 deletions
diff --git a/src/pixmaps/cursor-measure.xpm b/src/pixmaps/cursor-measure.xpm
new file mode 100644
index 000000000..5f546e2cf
--- /dev/null
+++ b/src/pixmaps/cursor-measure.xpm
@@ -0,0 +1,38 @@
+/* XPM */
+static char * cursor_measure_xpm[] = {
+"32 32 3 1",
+" c None",
+". c #FFFFFF",
+"+ c #000000",
+" .. ",
+" .++. ",
+" .+..+. ",
+" .+....+. ",
+".+..+...+. ",
+".+.+.....+. ",
+" .+.......+. ",
+" .+.+.....+. ",
+" .+...+...+. ",
+" .+.+.....+. ",
+" .+.......+. ",
+" .+.+.....+. ",
+" .+...+...+. ",
+" .+.+.....+. ",
+" .+.......+. ",
+" .+.+.....+. ",
+" .+...+.+. ",
+" .+.+.+. ",
+" .+.+. ",
+" .+. ",
+" . ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" "};