On Sat Feb 25 20:01:00 2006, guest wrote:
Show quoted text> When called on certain colors, fillRectangle properly fills the area.
> When called on other colors, fillRectangle inserts color dots from
> another color. Example program provided.
Sorry! I thought I could take the part that did the random dots out.
But if I do that then fillRectangle works properly. It only happens
when random dots are being put into the filled area. :-/
Also - the program generates four files. Two GIF files and two PNG
files. This is so you can see what is happening. The PNG files are
generated properly. Only the first GIF file is created properly.
Also again - there are only two colors being used. A foreground color
(fg) and a background color (bg). GIF can contain up to 256 colors - so
GIF should be able to handle this without a problem.