|
From: Tatsuro M. <tma...@ya...> - 2009-07-11 22:32:29
|
Hello
***********
Ugh. I am about ready to give up on this one.
Could you please add a line to Petr's test script:
> set title 'HELLO' tc rgb "blue"
> set style rectangle fs solid 1.0 noborder
> set object 1 rect from 0,0 to 5,5 fc rgb "blue"
> set object 2 rect from -6,-6 to -1,-1 fc lt 3
> plot x
************
I test it the result is the same as the petr reported first
=> title is blue, but both rectangles are black.
no boarder colors appear with
set style rectangle fs solid 1.0 noborder
***************************
And just to confirm that the right configuration is being tested...
My recent patch is against the current cvs source.
That is, you must undo the original temporary test patch I sent
that commented out a line in win.trm. Please confirm that the
old patch below was removed before your test of the new patch.
>--- gnuplot/term/win.trm 2009-06-07 21:37:29.000000000 -0700
>+++ gnuplot-cvs/term/win.trm 2009-07-09 23:33:55.000000000 -0700
>@@ -621,7 +621,9 @@ WIN_boxfill(
> {
> /* split into two commands to squeeze through all the necessary info
> */ /* Notice HBB 20010208: --> WIN_move() */
>+#if (0) /* Broken! */
> GraphOp(&graphwin, W_fillstyle, style, 0, NULL);
>+#endif
> GraphOp(&graphwin, W_move, xleft, ybottom, NULL);
> GraphOp(&graphwin, W_boxfill, width, height, NULL);
> }
« [hide part of quote]
******************
I have erased makefile.mgw, re-checkout and and patched confirming the above.
The results are the same as
I test it the result is the same as the petr reported first
=> title is blue, but both rectangles are black.
no boarder colors appear with
set style rectangle fs solid 1.0 noborder
***********
I could wish that we had a more active set of Windows coders among the
current group of gnuplot developers.
Thanks for your patience,
*************
Thank you for your all efforts of this matter.
Regards
Tatsuro
--------------------------------------
Power up the Internet with Yahoo! Toolbar.
http://pr.mail.yahoo.co.jp/toolbar/
|