diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-04-11 03:37:59 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-04-11 03:37:59 +0000 |
| commit | 161f5bbec8843e7cc17f3d70263d2835c6a608b8 (patch) | |
| tree | e2c1c8b50efa9db0de27b7b64b7a064e99aaa9c7 /src | |
| parent | tracking guide with ctrl; tracing background; thinning/thickening with alt; a... (diff) | |
| download | inkscape-161f5bbec8843e7cc17f3d70263d2835c6a608b8.tar.gz inkscape-161f5bbec8843e7cc17f3d70263d2835c6a608b8.zip | |
thin/thicken cursors
(bzr r2854)
Diffstat (limited to 'src')
| -rw-r--r-- | src/pixmaps/cursor-thicken.xpm | 38 | ||||
| -rw-r--r-- | src/pixmaps/cursor-thin.xpm | 38 |
2 files changed, 76 insertions, 0 deletions
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", +" ... ", +" .+. ", +" .+. ", +"....+.... ", +".+++ +++. ", +"....+.... ", +" .+. .... .... ", +" .+. ..+. .+.. ", +" ... ..+. .+.. ", +" ..+. .+.. ", +" ..+. .+.. ", +" ..+. .+.. ", +" .+. .+. ", +" .+. .+. ", +" .+. .+. ", +" .+. .+. ", +" .+. .+. ", +" .+. .+. ", +" .+. .+. ", +" ..+. .+.. ", +" ..+. .+.. ", +" ..+. .+.. ", +" ..+. .+.. ", +" ..+. .+.. ", +" .... .... ", +" ", +" ", +" ", +" ", +" ", +" ", +" "}; |
