diff options
| author | Christoffer Holmstedt <christoffer.holmstedt@gmail.com> | 2013-04-18 04:53:04 +0000 |
|---|---|---|
| committer | Christoffer Holmstedt <christoffer.holmstedt@gmail.com> | 2013-04-18 04:53:04 +0000 |
| commit | cd07902bc8bc0583e25f1fdbbf9cda301a54d08f (patch) | |
| tree | 22839500c86f08ba680141bb048e6c1acf16bf9c /src/pixmaps/cursor-tweak-move-out.xpm | |
| parent | Fix for Bug #503712 (Personal default template not used) by Slagvi. (diff) | |
| download | inkscape-cd07902bc8bc0583e25f1fdbbf9cda301a54d08f.tar.gz inkscape-cd07902bc8bc0583e25f1fdbbf9cda301a54d08f.zip | |
Added 9 cursors for the tweak tool.
Fixed bugs:
- https://launchpad.net/bugs/587729
(bzr r12277.1.1)
Diffstat (limited to 'src/pixmaps/cursor-tweak-move-out.xpm')
| -rw-r--r-- | src/pixmaps/cursor-tweak-move-out.xpm | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/src/pixmaps/cursor-tweak-move-out.xpm b/src/pixmaps/cursor-tweak-move-out.xpm new file mode 100644 index 000000000..eadfe5f7c --- /dev/null +++ b/src/pixmaps/cursor-tweak-move-out.xpm @@ -0,0 +1,38 @@ +/* XPM */ +static char * cursor_tweak_move_out_xpm[] = { +"32 32 3 1", +" c None", +". c #FFFFFF", +"+ c #000000", +" ... ", +" .+. ", +" .+. ", +"....+.... ", +".+++ +++. ", +"....+.... ", +" .+. ", +" .+. ", +" ... ", +" ", +" ++ ", +" +++ ", +" .+++ ", +" ..+++ ", +" ..+++ ", +" ..+++ + ", +" ..+++ + ", +" ..+++ + ", +" ..+++ + ", +" ..++++ ", +" ..+++ ", +" .+++++++. ", +" ......... ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" "}; |
