diff options
| author | cajhne@gmail.com <cajhne@gmail.com> | 2017-06-30 11:23:31 +0000 |
|---|---|---|
| committer | cajhne@gmail.com <cajhne@gmail.com> | 2017-06-30 11:23:31 +0000 |
| commit | 41e2d5f26df1ab8e5949338901e3b4ed096a022c (patch) | |
| tree | 00ac809059f1b7c52677edaf43d5f3810f518cd9 /src | |
| parent | Hackfest: Show dropper color in cursor, while moving the mouse. (diff) | |
| download | inkscape-41e2d5f26df1ab8e5949338901e3b4ed096a022c.tar.gz inkscape-41e2d5f26df1ab8e5949338901e3b4ed096a022c.zip | |
Upload New File
Diffstat (limited to 'src')
| -rw-r--r-- | src/pixmaps/cursor-dropping-f.xpm | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/src/pixmaps/cursor-dropping-f.xpm b/src/pixmaps/cursor-dropping-f.xpm new file mode 100644 index 000000000..8490ba795 --- /dev/null +++ b/src/pixmaps/cursor-dropping-f.xpm @@ -0,0 +1,39 @@ +/* XPM */ +static const char * cursor_dropping_f_xpm[] = { +"32 32 4 1 5 5", +" c None", +". c #FFFFFF", +"+ c #000000", +"@ s Fill", +" ... ............", +" .+. .++++++++++.", +" .+. .+@@@@@@@@+.", +" .+. .+@@@@@@@@+.", +".... .... .+@@@@@@@@+.", +".+++ +++. .+@@@@@@@@+.", +".... .... .+@@@@@@@@+.", +" .+. ... .+@@@@@@@@+.", +" .+. .+++. .+@@@@@@@@+.", +" .+. .+..++. .+@@@@@@@@+.", +" ... .+.++++. .++++++++++.", +" ..+.+++++. ............", +" .++.++++++. ", +" .++.++++++. ", +" .++++++.. ", +" .+.++++. ", +" .+..++++. ", +" .+..++.+. ", +" .+..++. . ", +" .+++++. ", +" .+++++. ", +" .+++++. ", +" .++++. ", +" .+++. ", +" .... ", +" .+. ", +" .+++. ", +".++..+. ", +".+++.+. ", +".+++++. ", +" .+++. ", +" ... "}; |
