diff options
| author | John Smith <john.smith7545@yahoo.com> | 2012-07-24 02:55:45 +0000 |
|---|---|---|
| committer | John Smith <john.smith7545@yahoo.com> | 2012-07-24 02:55:45 +0000 |
| commit | 273065fda8469ba2c5acc6bfc1bfe6f17865873c (patch) | |
| tree | c2ce8c6689b3fdb6a1de62bd32d42fbec53f3823 /src | |
| parent | Fix for 620568 : Changes to 'Hide all except selected' in Export Bitmap (diff) | |
| download | inkscape-273065fda8469ba2c5acc6bfc1bfe6f17865873c.tar.gz inkscape-273065fda8469ba2c5acc6bfc1bfe6f17865873c.zip | |
Fix for 614500 : Select tool crosshair cursor
(bzr r11570)
Diffstat (limited to 'src')
| -rw-r--r-- | src/pixmaps/cursor-select-d.xpm | 68 | ||||
| -rw-r--r-- | src/pixmaps/cursor-select-m.xpm | 68 |
2 files changed, 68 insertions, 68 deletions
diff --git a/src/pixmaps/cursor-select-d.xpm b/src/pixmaps/cursor-select-d.xpm index 13acc0aad..c22569791 100644 --- a/src/pixmaps/cursor-select-d.xpm +++ b/src/pixmaps/cursor-select-d.xpm @@ -1,38 +1,38 @@ /* XPM */ static char const *cursor_select_d_xpm[] = { "32 32 3 1", -" g None", -". g #ffffff", -"+ g #000000", -"+ ", -"++ ", -"+.+ ", -"+..+ ", -"+...+ ", -"+....+ ", -"+.....+ ", -"+......+ ", -"+.......+ ", -"+........+ ", -"+.........+ ", -"+..........+ ", -"+......++++ ", -"+...+++. ", -"+..+ +..+ ", -"+.+ +..+ ++ ", -".. +..+ +++..+ ", -" +..+ +..+..+++ ", -" +..+ +++..+..+..+ ", -" +..+ +..+..+..+..++ ", -" +++ +..+..+..+..+.+ ", -" +..+..+..+..+.+ ", -" +.............+ ", -" +.............+ ", -" +............+ ", -" +..........+ ", -" +.........+ ", -" +.........+ ", -" +.........+ ", -" +.........+ ", -" +++++++++++ ", +" c None", +". c #000000", +"+ c #FFFFFF", +". ", +".. ", +".+. ", +".++. ", +".+++. ", +".++++. ", +".+++++. ", +".++++++. ", +".+++++++. ", +".++++++++. ", +".+++++++++. ", +".++++++.... ", +".++++++. ", +".++..++. ", +".+. .+++. ", +".. .++. ", +" .++. . ", +" ... .+. ", +" .+++. ", +" .+++++. ", +" . ..+.. . ", +" .+. .+. .+. ", +" .++...+...++. ", +" .+++++++++++++. ", +" .++...+...++. ", +" .+. .+. .+. ", +" . ..+.. . ", +" .+++++. ", +" .+++. ", +" .+. ", +" . ", " "}; diff --git a/src/pixmaps/cursor-select-m.xpm b/src/pixmaps/cursor-select-m.xpm index 48be49f77..cd9b6a730 100644 --- a/src/pixmaps/cursor-select-m.xpm +++ b/src/pixmaps/cursor-select-m.xpm @@ -1,38 +1,38 @@ /* XPM */ static char const *cursor_select_m_xpm[] = { "32 32 3 1", -" g None", -". g #ffffff", -"+ g #000000", -"+ ", -"++ ", -"+.+ ", -"+..+ ", -"+...+ ", -"+....+ ", -"+.....+ ", -"+......+ ", -"+.......+ ", -"+........+ ", -"+.........+ ", -"+..........+ ", -"+......++++ ", -"+...+..+ ++++ ", -"+..++..+ ++++..+ ", -"+.+ +..+ +..+..+++ ", -"++ +..+ +..+..+..+ ", -" +..+ +..+..+..++ ", -" +..+ +++..+..+..+.+ ", -" +..+ +..+..+..+..+.+ ", -" +++ +..+..+..+..+.+ ", -" +..+..+..+..+.+ ", -" +..+..+..+..+.+ ", +" c None", +". c #000000", +"+ c #FFFFFF", +". ", +".. ", +".+. ", +".++. ", +".+++. ", +".++++. ", +".+++++. ", +".++++++. ", +".+++++++. ", +".++++++++. ", +".+++++++++. ", +".++++++.... ", +".++++++. ", +".++..++. ", +".+. .+++. ", +".. .++. ", +" .++. + ", +" ... +.+ ", +" +...+ ", +" +.....+ ", +" + ++.++ + ", +" +.+ +.+ +.+ ", +" +..+++.+++..+ ", " +.............+ ", -" +.............+ ", -" +...........+ ", -" +..........+ ", -" +........+ ", -" +........+ ", -" +........+ ", -" +........+ ", -" ++++++++++ "}; +" +..+++.+++..+ ", +" +.+ +.+ +.+ ", +" + ++.++ + ", +" +.....+ ", +" +...+ ", +" +.+ ", +" + ", +" "}; |
