diff options
| author | Felipe Corr??a da Silva Sanches <juca@members.fsf.org> | 2011-06-06 23:53:45 +0000 |
|---|---|---|
| committer | Felipe C. da S. Sanches <juca@members.fsf.org> | 2011-06-06 23:53:45 +0000 |
| commit | eddb7a227c8d55d166a28958a027c85c0df87471 (patch) | |
| tree | 9b1561f85da684f0a50b1263f8e8d3c7099c3c8c | |
| parent | Introducing our new nice measurement tool! :-D (diff) | |
| download | inkscape-eddb7a227c8d55d166a28958a027c85c0df87471.tar.gz inkscape-eddb7a227c8d55d166a28958a027c85c0df87471.zip | |
adding cursor for the measure tool that I forgot to commit in the previous revision.
(bzr r10260)
| -rw-r--r-- | src/pixmaps/cursor-measure.xpm | 38 |
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", +" .. ", +" .++. ", +" .+..+. ", +" .+....+. ", +".+..+...+. ", +".+.+.....+. ", +" .+.......+. ", +" .+.+.....+. ", +" .+...+...+. ", +" .+.+.....+. ", +" .+.......+. ", +" .+.+.....+. ", +" .+...+...+. ", +" .+.+.....+. ", +" .+.......+. ", +" .+.+.....+. ", +" .+...+.+. ", +" .+.+.+. ", +" .+.+. ", +" .+. ", +" . ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" "}; |
