From: buliabyak Date: Wed, 24 Oct 2007 19:36:20 +0000 (+0000) Subject: cursors for color adjustment X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8fa3bcaa3e0d18f2a7f746ff56c272767ba2169c;p=inkscape.git cursors for color adjustment --- 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", +" .. ", +" .++. ", +" .+..+. ", +" .+..+. ", +" .+... ", +" .+. ", +" .. .+. ", +" .... .+..+. ", +" .++. .. .++. ", +" .++. .+. .. ", +" ....++.... .+. ", +" .++++++++. .+. ", +" .++++++++. .+. ", +" ....++.... .+. ", +" .++. .+. ", +" .++. .+. ", +" .... .+. ", +" .+. ", +" .+. ", +" .+. ", +" .+. .......... ", +" .+. .++++++++. ", +" .+. .++++++++. ", +" .+. .......... ", +" .+. ", +" .+. ", +" .+. ", +" .+. ", +" .+. ", +" . ", +" ", +" "};