From: buliabyak Date: Wed, 11 Apr 2007 03:37:59 +0000 (+0000) Subject: thin/thicken cursors X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=37496483ffc77692f08ac510ee71aa7b11d3f24f;p=inkscape.git thin/thicken cursors --- diff --git a/src/pixmaps/cursor-thicken.xpm b/src/pixmaps/cursor-thicken.xpm new file mode 100644 index 000000000..f2a09e1c0 --- /dev/null +++ b/src/pixmaps/cursor-thicken.xpm @@ -0,0 +1,38 @@ +/* XPM */ +static char * cursor_thicken_xpm[] = { +"32 32 3 1", +" c None", +". c #FFFFFF", +"+ c #000000", +" ... ", +" .+. ", +" .+. ", +"....+.... ", +".+++ +++. ", +"....+.... ", +" .+. ... ... ", +" .+. .+. .+. ", +" ... .+. .+. ", +" .+. .+. ", +" .+. .+. ", +" .+. .+. ", +" ..+. .+.. ", +" ..+. .+.. ", +" ..+. .+.. ", +" ..+. .+.. ", +" ..+. .+.. ", +" ..+. .+.. ", +" ..+. .+.. ", +" .+. .+. ", +" .+. .+. ", +" .+. .+. ", +" .+. .+. ", +" .+. .+. ", +" ... ... ", +" ", +" ", +" ", +" ", +" ", +" ", +" "}; diff --git a/src/pixmaps/cursor-thin.xpm b/src/pixmaps/cursor-thin.xpm new file mode 100644 index 000000000..c13b09176 --- /dev/null +++ b/src/pixmaps/cursor-thin.xpm @@ -0,0 +1,38 @@ +/* XPM */ +static char * cursor_thin_xpm[] = { +"32 32 3 1", +" c None", +". c #FFFFFF", +"+ c #000000", +" ... ", +" .+. ", +" .+. ", +"....+.... ", +".+++ +++. ", +"....+.... ", +" .+. .... .... ", +" .+. ..+. .+.. ", +" ... ..+. .+.. ", +" ..+. .+.. ", +" ..+. .+.. ", +" ..+. .+.. ", +" .+. .+. ", +" .+. .+. ", +" .+. .+. ", +" .+. .+. ", +" .+. .+. ", +" .+. .+. ", +" .+. .+. ", +" ..+. .+.. ", +" ..+. .+.. ", +" ..+. .+.. ", +" ..+. .+.. ", +" ..+. .+.. ", +" .... .... ", +" ", +" ", +" ", +" ", +" ", +" ", +" "};