diff options
| author | Josh Andler <scislac@gmail.com> | 2006-02-03 23:35:36 +0000 |
|---|---|---|
| committer | scislac <scislac@users.sourceforge.net> | 2006-02-03 23:35:36 +0000 |
| commit | a50665de10f294ff066bf979b0b2aad10be1d9ac (patch) | |
| tree | cc20922fac580e37d8371f82f8fd90110b2c452e /src/pixmaps/cursor-dropper.xpm | |
| parent | Applying patch #1415503 by James Kilfiger / zeimusu - treat XPMs like headers... (diff) | |
| download | inkscape-a50665de10f294ff066bf979b0b2aad10be1d9ac.tar.gz inkscape-a50665de10f294ff066bf979b0b2aad10be1d9ac.zip | |
I whipped up some colorized icons for the time being - these are temporary until Andre replaces them.
(bzr r71)
Diffstat (limited to 'src/pixmaps/cursor-dropper.xpm')
| -rw-r--r-- | src/pixmaps/cursor-dropper.xpm | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/pixmaps/cursor-dropper.xpm b/src/pixmaps/cursor-dropper.xpm index ef0184697..06b62a28b 100644 --- a/src/pixmaps/cursor-dropper.xpm +++ b/src/pixmaps/cursor-dropper.xpm @@ -1,9 +1,10 @@ /* XPM */ static char * cursor_dropper_xpm[] = { -"32 32 3 1", +"32 32 4 1", " c None", ". c #FFFFFF", "+ c #000000", +"b c #8AB3DF", " . ", " .+. ", " .+. ", @@ -18,11 +19,11 @@ static char * cursor_dropper_xpm[] = { " .+. ", " .+. .... ", " .+. .+++. ", -" . .+.++. ", -" .+..++. ", -" .+..++. ", -" .+..++. ", -" .+..++. ", +" . .+b++. ", +" .+bb++. ", +" .+bb++. ", +" .+bb++. ", +" .+bb++. ", " .+..++. . ", " .+..++.+. ", " .+..++++. ", |
