mirror of https://github.com/GNOME/gimp.git
Made a new icon for the new ink tool. IMHO it fits better to the rest of the
icons. Can always be changed if someone creates a better one... --Sven
This commit is contained in:
parent
7ee605514b
commit
aa608690f8
|
@ -1,3 +1,8 @@
|
|||
Mon Jun 22 23:35:52 MEST 1998 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/pixmaps.h: Made a new pixmap for the ink tool that fits
|
||||
better to the others.
|
||||
|
||||
Mon Jun 22 18:43:22 MEST 1998 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/Makefile.am
|
||||
|
|
|
@ -924,41 +924,39 @@ static char *swap_bits [] =
|
|||
"........eae..",
|
||||
".........e..."
|
||||
};
|
||||
#define bezier_width 22
|
||||
#define bezier_height 22
|
||||
|
||||
/* GIMP icon image format -- S. Kimball, P. Mattis */
|
||||
/* Image name: swap */
|
||||
|
||||
/* Image name: ink */
|
||||
|
||||
#define ink_width 22
|
||||
#define ink_height 22
|
||||
static char *ink_bits [] =
|
||||
{
|
||||
"......................",
|
||||
"......................",
|
||||
"...............aa.....",
|
||||
"..............aaea....",
|
||||
".............aaeaaa...",
|
||||
"............aaeaaaa...",
|
||||
"...........aaeaaaae...",
|
||||
"..........aaeaaaae....",
|
||||
".........aaeaaaae.....",
|
||||
".......aaaeaaaae......",
|
||||
".....aaaaaaaaae.......",
|
||||
"....aaghhaaaae........",
|
||||
"....ahaeagaae.........",
|
||||
"...aahgaegaae.........",
|
||||
"...ahhaeaeae..........",
|
||||
"...ahaeggaae..........",
|
||||
"..ahaegaaae...........",
|
||||
"..aaeaaaee............",
|
||||
".aaaaeee..............",
|
||||
".aaee.................",
|
||||
"..ee.................."
|
||||
"......................",
|
||||
"...............a......",
|
||||
"...............ae.....",
|
||||
"..............aaae....",
|
||||
".............ahagae...",
|
||||
".............ahahae...",
|
||||
".............ahahae...",
|
||||
"............ahgaggae..",
|
||||
"............ahgaggae..",
|
||||
"...........ahgaaaggae.",
|
||||
"...........ahgeaeggae.",
|
||||
"............agggggaee.",
|
||||
".............agggaee..",
|
||||
".............aaaaae...",
|
||||
".............aeaaae...",
|
||||
".............aeaaae...",
|
||||
".............aeaaae...",
|
||||
".............aeaaae...",
|
||||
"..............eeeee...",
|
||||
"......................"
|
||||
};
|
||||
#define ink_width 22
|
||||
#define ink_height 22
|
||||
|
||||
/* FIXME dialog is basicaly a teporary pixmap so the device status
|
||||
/* FIXME dialog is basically a temporary pixmap so the device status
|
||||
* window doesn't have problems showing the dialog devices, it doesn't
|
||||
* really represent anything and really should be changed
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue