groff
[Top][All Lists]
Advanced

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

Re: [Groff] Bug? with color


From: Gaius Mulley
Subject: Re: [Groff] Bug? with color
Date: Fri, 04 Jan 2002 19:52:47 +0000

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

reply via email to

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