diff options
| author | bulia byak <buliabyak@gmail.com> | 2008-09-19 16:11:36 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2008-09-19 16:11:36 +0000 |
| commit | e45b664ff332cc968c939568e8167a9dc761e420 (patch) | |
| tree | 8fdace4765fef7c63d1618c2795941dee1e5fca9 /src/pixmaps | |
| parent | [INTL] Updated POTFILES (diff) | |
| download | inkscape-e45b664ff332cc968c939568e8167a9dc761e420.tar.gz inkscape-e45b664ff332cc968c939568e8167a9dc761e420.zip | |
transform modes for tweak tool
(bzr r6843)
Diffstat (limited to 'src/pixmaps')
| -rw-r--r-- | src/pixmaps/cursor-tweak-move.xpm | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/src/pixmaps/cursor-tweak-move.xpm b/src/pixmaps/cursor-tweak-move.xpm new file mode 100644 index 000000000..559b6643c --- /dev/null +++ b/src/pixmaps/cursor-tweak-move.xpm @@ -0,0 +1,38 @@ +/* XPM */ +static char * cursor_tweak_move_xpm[] = { +"32 32 3 1", +" c None", +". c #FFFFFF", +"+ c #000000", +" ... ", +" .+. ", +" .+. ", +"....+.... ", +".+++ +++. ", +"....+.... ", +" .+. ", +" .+. ", +" ... ", +" ... ... ... ... ", +" ..+. ..+. ..+. ..+. ", +" .+++ .+++ .+++ .+++ ", +" ..+. .+++ .+++ ..+ ", +" .... .+++ .+++ .... ", +" ..+. ..+ ..+ ..+. ", +" .+++ ..+. ..+. .+++ ", +" ..+ .+++ .+++ ..+ ", +" .... ..+ ..+ .... ", +" ..+. .... .... ..+. ", +" .+++ ..+. ..+. .+++ ", +" ..+ .+++ .+++ ..+ ", +" ..+ ..+ ", +" ... ... ", +" ..+. ..+. ", +" .+++ .+++ ", +" ..+ ..+ ", +" ", +" ", +" ", +" ", +" ", +" "}; |
