diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-08-27 00:39:18 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-08-27 00:39:18 +0000 |
| commit | 3b9a46378967454cc8e59c2fe59a2bbcc671b514 (patch) | |
| tree | 19b58e6ea4c137eb80ac3d65be38487b054ccede /src | |
| parent | four more modes (diff) | |
| download | inkscape-3b9a46378967454cc8e59c2fe59a2bbcc671b514.tar.gz inkscape-3b9a46378967454cc8e59c2fe59a2bbcc671b514.zip | |
more tweak modes
(bzr r3593)
Diffstat (limited to 'src')
| -rw-r--r-- | src/pixmaps/cursor-attract.xpm | 38 | ||||
| -rw-r--r-- | src/pixmaps/cursor-color.xpm | 38 | ||||
| -rw-r--r-- | src/pixmaps/cursor-repel.xpm | 38 |
3 files changed, 114 insertions, 0 deletions
diff --git a/src/pixmaps/cursor-attract.xpm b/src/pixmaps/cursor-attract.xpm new file mode 100644 index 000000000..830792702 --- /dev/null +++ b/src/pixmaps/cursor-attract.xpm @@ -0,0 +1,38 @@ +/* XPM */ +static char * cursor_attract_xpm[] = { +"32 32 6 1", +" c None", +". c #FFFFFF", +"+ c #000000", +" ... ", +" .+. ", +" .+. ", +"....+.... ", +".+++ +++. ", +"....+.... ", +" .+. ", +" .+. ", +" ... ", +" ..... .... ", +" .++++.. ..++++ ", +" .....++.....++.... ", +" .......+++++...... ", +" .++++.........++++ ", +" .....++.....++.... ", +" ..+++++.. ", +" ....... ", +" ....... ", +" ..+++++.. ", +" .....++.....++.... ", +" .++++.........++++ ", +" .......+++++...... ", +" .....++.....++.... ", +" .++++.. ..++++ ", +" ..... .... ", +" ", +" ", +" ", +" ", +" ", +" ", +" "}; diff --git a/src/pixmaps/cursor-color.xpm b/src/pixmaps/cursor-color.xpm new file mode 100644 index 000000000..a4787793b --- /dev/null +++ b/src/pixmaps/cursor-color.xpm @@ -0,0 +1,38 @@ +/* XPM */ +static char * cursor_color_xpm[] = { +"32 32 3 1", +" c None", +". c #FFFFFF", +"+ c #000000", +" ... ", +" .+. ", +" .+. ", +"....+.... ", +".+++ +++. ", +"....+.... ", +" .+. ", +" .+. ......... ", +" ... ........... ", +" .......+....... ", +" ...+.+..+.+.... ", +" .......+.+..+.... ", +" ....+.++.+.+...+... ", +" ....+..+.+++++..... ", +" .....+++++.+..+.... ", +" ...+..+.++++++.+... ", +" ....++.+++.+.+..... ", +" .....++.+++++.++... ", +" ...+..++.++.+...... ", +" ....+..++.+.++.+... ", +" ......+..+.+....... ", +" ......+.+.+.+.... ", +" ...+........... ", +" .....+..+...... ", +" ........... ", +" ......... ", +" ", +" ", +" ", +" ", +" ", +" "}; diff --git a/src/pixmaps/cursor-repel.xpm b/src/pixmaps/cursor-repel.xpm new file mode 100644 index 000000000..53dea7b88 --- /dev/null +++ b/src/pixmaps/cursor-repel.xpm @@ -0,0 +1,38 @@ +/* XPM */ +static char * cursor_repel_xpm[] = { +"32 32 6 1", +" c None", +". c #FFFFFF", +"+ c #000000", +" ... ", +" .+. ", +" .+. ", +"....+.... ", +".+++ +++. ", +"....+.... ", +" .+. ", +" .+. ", +" ... ....... ", +" ..+++++.. ", +" .....++.....++..... ", +" .++++.........++++. ", +" .......+++++....... ", +" .....++.....++..... ", +" .++++.. ..++++. ", +" ..... ..... ", +" ", +" ..... ..... ", +" .++++.. ..++++. ", +" .....++.....++..... ", +" .......+++++....... ", +" .++++.........++++. ", +" .....++.....++..... ", +" ..+++++.. ", +" ....... ", +" ", +" ", +" ", +" ", +" ", +" ", +" "}; |
