diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2017-06-30 13:20:25 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc@jeanmougin.fr> | 2017-06-30 13:20:25 +0000 |
| commit | 9cec0bcbc1cbfd1e1e464311291bc929051eb219 (patch) | |
| tree | a79c345b7aad1daa4a06a74b32ecacbd54c16602 /src | |
| parent | Fix revno with git (diff) | |
| parent | Replace cursor-dropper-s.xpm with thicker border for doctormo's real-time col... (diff) | |
| download | inkscape-9cec0bcbc1cbfd1e1e464311291bc929051eb219.tar.gz inkscape-9cec0bcbc1cbfd1e1e464311291bc929051eb219.zip | |
Merge branch 'master' of gitlab.com:inkscape/inkscape
Diffstat (limited to 'src')
| -rw-r--r-- | src/pixmaps/cursor-dropper-s.xpm | 22 | ||||
| -rw-r--r-- | src/pixmaps/cursor-dropping-f.xpm | 39 | ||||
| -rw-r--r-- | src/pixmaps/cursor-dropping-s.xpm | 39 |
3 files changed, 89 insertions, 11 deletions
diff --git a/src/pixmaps/cursor-dropper-s.xpm b/src/pixmaps/cursor-dropper-s.xpm index 975895963..8c1654ef1 100644 --- a/src/pixmaps/cursor-dropper-s.xpm +++ b/src/pixmaps/cursor-dropper-s.xpm @@ -2,20 +2,20 @@ static const char * cursor_dropper_s_xpm[] = { "32 32 3 1 5 5", " c None", -"@ c Fill", +"@ s Fill", ". c #FFFFFF", "+ c #000000", " ... ............", -" .+. .@@@.@@.@@@.", -" .+. .@........@.", -" .+. .@. .@.", -".... .... ... ...", -".+++ +++. .@. .@.", -".... .... .@. .@.", -" .+. ... ...", -" .+. .... .@. .@.", -" .+. .+++. .@........@.", -" ... .+..+. .@@@.@@.@@@.", +" .+. .@@@@@@@@@@.", +" .+. .@@@@@@@@@@.", +" .+. .@@. .@@.", +".... .... .@@. .@@.", +".+++ +++. .@@. .@@.", +".... .... .@@. .@@.", +" .+. .@@. .@@.", +" .+. .... .@@. .@@.", +" .+. .+++. .@@@@@@@@@@.", +" ... .+..+. .@@@@@@@@@@.", " .++..+. ............", " .++..+. ", " .++..+. ", 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", +" ... ............", +" .+. .++++++++++.", +" .+. .+@@@@@@@@+.", +" .+. .+@@@@@@@@+.", +".... .... .+@@@@@@@@+.", +".+++ +++. .+@@@@@@@@+.", +".... .... .+@@@@@@@@+.", +" .+. ... .+@@@@@@@@+.", +" .+. .+++. .+@@@@@@@@+.", +" .+. .+..++. .+@@@@@@@@+.", +" ... .+.++++. .++++++++++.", +" ..+.+++++. ............", +" .++.++++++. ", +" .++.++++++. ", +" .++++++.. ", +" .+.++++. ", +" .+..++++. ", +" .+..++.+. ", +" .+..++. . ", +" .+++++. ", +" .+++++. ", +" .+++++. ", +" .++++. ", +" .+++. ", +" .... ", +" .+. ", +" .+++. ", +".++..+. ", +".+++.+. ", +".+++++. ", +" .+++. ", +" ... "}; 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", +" ... ............", +" .+. .@@@@@@@@@@.", +" .+. .@@@@@@@@@@.", +" .+. .@@......@@.", +".... .... .@@. .@@.", +".+++ +++. .@@. .@@.", +".... .... .@@. .@@.", +" .+. ... .@@. .@@.", +" .+. .+++. .@@......@@.", +" .+. .+..++. .@@@@@@@@@@.", +" ... .+.++++. .@@@@@@@@@@.", +" ..+.+++++. ............", +" .++.++++++. ", +" .++.++++++. ", +" .++++++.. ", +" .+.++++. ", +" .+..++++. ", +" .+..++.+. ", +" .+..++. . ", +" .+++++. ", +" .+++++. ", +" .+++++. ", +" .++++. ", +" .+++. ", +" .... ", +" .+. ", +" .+++. ", +".++..+. ", +".+++.+. ", +".+++++. ", +" .+++. ", +" ... "}; |
