diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-10-24 19:36:20 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-10-24 19:36:20 +0000 |
| commit | f8515549fcf991b48018927f696bc27bb757cf18 (patch) | |
| tree | f1a13949e013b1ae289e0ed5caec876f03489005 /src | |
| parent | Khmer translations updated (diff) | |
| download | inkscape-f8515549fcf991b48018927f696bc27bb757cf18.tar.gz inkscape-f8515549fcf991b48018927f696bc27bb757cf18.zip | |
cursors for color adjustment
(bzr r3954)
Diffstat (limited to 'src')
| -rw-r--r-- | src/pixmaps/cursor-adj-h.xpm | 38 | ||||
| -rw-r--r-- | src/pixmaps/cursor-adj-l.xpm | 38 | ||||
| -rw-r--r-- | src/pixmaps/cursor-adj-s.xpm | 38 |
3 files changed, 114 insertions, 0 deletions
diff --git a/src/pixmaps/cursor-adj-h.xpm b/src/pixmaps/cursor-adj-h.xpm new file mode 100644 index 000000000..f0c4b8474 --- /dev/null +++ b/src/pixmaps/cursor-adj-h.xpm @@ -0,0 +1,38 @@ +/* XPM */ +static char * cursor_adj_h_xpm[] = { +"32 32 3 1", +" c None", +". c #FFFFFF", +"+ c #000000", +" ...... ", +" .+..+. ", +" .+..+. ", +" .+..+. ", +" .++++. ", +" .+..+. ", +" .+ .+. ", +" .... .+..+. ", +" .++. . ...... ", +" .++. .+. ", +" ....++.... .+. ", +" .++++++++. .+. ", +" .++++++++. .+. ", +" ....++.... .+. ", +" .++. .+. ", +" .++. .+. ", +" .... .+. ", +" .+. ", +" .+. ", +" .+. ", +" .+. .......... ", +" .+. .++++++++. ", +" .+. .++++++++. ", +" .+. .......... ", +" .+. ", +" .+. ", +" .+. ", +" .+. ", +" .+. ", +" . ", +" ", +" "}; diff --git a/src/pixmaps/cursor-adj-l.xpm b/src/pixmaps/cursor-adj-l.xpm new file mode 100644 index 000000000..31cbc458f --- /dev/null +++ b/src/pixmaps/cursor-adj-l.xpm @@ -0,0 +1,38 @@ +/* XPM */ +static char * cursor_adj_l_xpm[] = { +"32 32 3 1", +" c None", +". c #FFFFFF", +"+ c #000000", +" ... ", +" .+. ", +" .+. ", +" .+. ", +" .+. ", +" .+. ", +" .+.... ", +" .... .++++. ", +" .++. . ...... ", +" .++. .+. ", +" ....++.... .+. ", +" .++++++++. .+. ", +" .++++++++. .+. ", +" ....++.... .+. ", +" .++. .+. ", +" .++. .+. ", +" .... .+. ", +" .+. ", +" .+. ", +" .+. ", +" .+. .......... ", +" .+. .++++++++. ", +" .+. .++++++++. ", +" .+. .......... ", +" .+. ", +" .+. ", +" .+. ", +" .+. ", +" .+. ", +" . ", +" ", +" "}; diff --git a/src/pixmaps/cursor-adj-s.xpm b/src/pixmaps/cursor-adj-s.xpm new file mode 100644 index 000000000..5f16a43f0 --- /dev/null +++ b/src/pixmaps/cursor-adj-s.xpm @@ -0,0 +1,38 @@ +/* XPM */ +static char * cursor_adj_s_xpm[] = { +"32 32 3 1", +" c None", +". c #FFFFFF", +"+ c #000000", +" .. ", +" .++. ", +" .+..+. ", +" .+..+. ", +" .+... ", +" .+. ", +" .. .+. ", +" .... .+..+. ", +" .++. .. .++. ", +" .++. .+. .. ", +" ....++.... .+. ", +" .++++++++. .+. ", +" .++++++++. .+. ", +" ....++.... .+. ", +" .++. .+. ", +" .++. .+. ", +" .... .+. ", +" .+. ", +" .+. ", +" .+. ", +" .+. .......... ", +" .+. .++++++++. ", +" .+. .++++++++. ", +" .+. .......... ", +" .+. ", +" .+. ", +" .+. ", +" .+. ", +" .+. ", +" . ", +" ", +" "}; |
