diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-10-02 15:24:27 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-10-02 15:24:27 +0000 |
| commit | d65cc198d8402bfd8e78f793ae7805a468384a4e (patch) | |
| tree | 1c209b3953605210148a8913ce4b7cc5b7962cbd /src/pixmaps | |
| parent | entire box must not take current color, but sides must (diff) | |
| download | inkscape-d65cc198d8402bfd8e78f793ae7805a468384a4e.tar.gz inkscape-d65cc198d8402bfd8e78f793ae7805a468384a4e.zip | |
3dbox cursor
(bzr r3825)
Diffstat (limited to 'src/pixmaps')
| -rw-r--r-- | src/pixmaps/cursor-3dbox.xpm | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/src/pixmaps/cursor-3dbox.xpm b/src/pixmaps/cursor-3dbox.xpm new file mode 100644 index 000000000..7104789de --- /dev/null +++ b/src/pixmaps/cursor-3dbox.xpm @@ -0,0 +1,38 @@ +/* XPM */ +static char const *cursor_3dbox_xpm[] = { +"32 32 3 1", +" c None", +". c #FFFFFF", +"+ c #000000", +" ... ", +" .+. ", +" .+. ", +"....+.... ", +".+++ +++. ", +"....+.... . ", +" .+. .+. ", +" .+. .+++. ", +" ... .+.+.+. ", +" .+..+..+. ", +" .+...+...+. ", +" .+....+....+. ", +" .+.....+.....+. ", +" .+....+++....+. ", +" .+..++...++..+. ", +" .+++.......+++. ", +" .++.........++. ", +" ..++.....++.. ", +" ..+++++.. ", +" ..+.. ", +" . ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" "}; |
