diff options
| author | cajhne@gmail.com <cajhne@gmail.com> | 2017-06-30 11:24:26 +0000 |
|---|---|---|
| committer | cajhne@gmail.com <cajhne@gmail.com> | 2017-06-30 11:24:26 +0000 |
| commit | 12539c5c0529facb7d8f1adf215fbbe06f3e60dc (patch) | |
| tree | b3ccac0829cfa4cf9a7e4b5b449d48614f5ccc3f /src | |
| parent | Upload New File (diff) | |
| download | inkscape-12539c5c0529facb7d8f1adf215fbbe06f3e60dc.tar.gz inkscape-12539c5c0529facb7d8f1adf215fbbe06f3e60dc.zip | |
Upload New File
Diffstat (limited to 'src')
| -rw-r--r-- | src/pixmaps/cursor-dropping-s.xpm | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/src/pixmaps/cursor-dropping-s.xpm b/src/pixmaps/cursor-dropping-s.xpm new file mode 100644 index 000000000..0ecac8a68 --- /dev/null +++ b/src/pixmaps/cursor-dropping-s.xpm @@ -0,0 +1,39 @@ +/* XPM */ +static const char * cursor_dropping_s_xpm[] = { +"32 32 4 1 5 5", +" c None", +". c #FFFFFF", +"+ c #000000", +"@ s Stroke", +" ... ............", +" .+. .@@@@@@@@@@.", +" .+. .@@@@@@@@@@.", +" .+. .@@......@@.", +".... .... .@@. .@@.", +".+++ +++. .@@. .@@.", +".... .... .@@. .@@.", +" .+. ... .@@. .@@.", +" .+. .+++. .@@......@@.", +" .+. .+..++. .@@@@@@@@@@.", +" ... .+.++++. .@@@@@@@@@@.", +" ..+.+++++. ............", +" .++.++++++. ", +" .++.++++++. ", +" .++++++.. ", +" .+.++++. ", +" .+..++++. ", +" .+..++.+. ", +" .+..++. . ", +" .+++++. ", +" .+++++. ", +" .+++++. ", +" .++++. ", +" .+++. ", +" .... ", +" .+. ", +" .+++. ", +".++..+. ", +".+++.+. ", +".+++++. ", +" .+++. ", +" ... "}; |
