diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-08-08 07:29:36 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-08-08 07:29:36 +0000 |
| commit | 4881b29c0a79349b088a1f968cd3e5e3da548b11 (patch) | |
| tree | 9d7f253523cd4fcf59def445e8e7782eb475ddb3 /src/pixmaps/cursor-push.xpm | |
| parent | Filter effects dialog: (diff) | |
| download | inkscape-4881b29c0a79349b088a1f968cd3e5e3da548b11.tar.gz inkscape-4881b29c0a79349b088a1f968cd3e5e3da548b11.zip | |
tweak cursors
(bzr r3421)
Diffstat (limited to 'src/pixmaps/cursor-push.xpm')
| -rw-r--r-- | src/pixmaps/cursor-push.xpm | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/src/pixmaps/cursor-push.xpm b/src/pixmaps/cursor-push.xpm new file mode 100644 index 000000000..ef5f92e1a --- /dev/null +++ b/src/pixmaps/cursor-push.xpm @@ -0,0 +1,38 @@ +/* XPM */ +static char * cursor_push_xpm[] = { +"32 32 3 1", +" c None", +". c #FFFFFF", +"+ c #000000", +" ... ", +" .+. ", +" .+. ", +"....+.... ", +".+++ +++. ", +"....+.... ", +" .+. ", +" .+. ... ", +" ... ..... ", +" ..+++.. ", +" ..+...+.. ", +" .....++. .++.... ", +" .++++.. ..++++ ", +" ..... ... .... ", +" ..... ", +" ..+++.. ", +" ..+...+.. ", +" .....++. .++.... ", +" .++++.. ..++++ ", +" ..... .... ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" "}; |
