groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Groff] Bug? with color


From: Rick Richardson
Subject: Re: [Groff] Bug? with color
Date: Fri, 4 Jan 2002 15:43:35 -0600
User-agent: Mutt/1.2.5i

Gaius:

Which color bug is it supposed to fix?  I think I found and reported 4
different color bugs.

-Rick

On Fri, Jan 04, 2002 at 07:52:47PM +0000, Gaius Mulley wrote:
> 
> Hi Werner,
> 
> This fixes the bug that Rick was experiencing. Although I don't
> have a postscript manual handy at present..
> 
> Gaius
> 
> 
> --- groff-cvs/src/devices/grops/ps.cc Fri Oct  5 15:12:17 2001
> +++ groff-html/src/devices/grops/ps.cc        Fri Jan  4 18:58:32 2002
> @@ -925,6 +925,7 @@
>    double c, m, y, k;
>    fill_color->get_cmyk(&c, &m, &y, &k);
>    if (fill_color->is_gray()) {
> +    output_color->set_gray(k);
>      if (k == 1.0)
>        out.put_symbol("BL");  
>      else

-- 
Rick Richardson  address@hidden        http://home.mn.rr.com/richardsons/
Stock information at your fingertips:   http://linuxtrade.0catch.com/

The last thing one knows in constructing a work is what to put first.
  -- Blaise Pascal

reply via email to

[Prev in Thread] Current Thread [Next in Thread]