|
From: Ethan M. <merritt@u.washington.edu> - 2009-07-13 15:48:48
|
On Monday 13 July 2009, Petr Mikulik wrote:
>
> => all rectangles have correct colour.
Aha. Progress!
> On the other hand, there is a bug in Windows terminal that color selection
> with "lt <n>" does not work -- it produces either black or red colours.
I get brown here, rather than black or red,
using Matsuoka-san's executable.
>
> I think this bug is associated:
> plot x, -x, sin(x), cos(x)
> => and now resize the window by mouse => the colour of legend (key) labels
> "x", "-x", "sin(x)", "cos(x)" changes after each mouse movement during
> window resizing.
> Ethan, can you deduce something from these cases?
Yes, but it make be a couple of days before I have time to work on it.
It turns out that the fill color is in some circumstances taken from the
text color rather than the line color (strange, but that's what the Windows
documentation says). The -try3 patch forces the text color to the same
as the line color during a fill. That made the RGB color fill start working,
but it must be that the text color needs to be reset somewhere else before
the next text operation.
The other problem ("lc lt N" not working) is less easy to understand.
Perhaps I have made a stupid typo somewhere.
|