You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2001/08/19 23:56:11 UTC

[DO NOT REPLY: Bug 3059] 0.19.0 'dark grey', 'light grey' borders render black horizontally

PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT
ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW
AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE
DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL
BE LOST SOMEWHERE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3059

*** shadow/3059	Thu Aug  9 09:18:40 2001
--- shadow/3059.tmp.15539	Sun Aug 19 14:56:11 2001
***************
*** 2,9 ****
  | 0.19.0 'dark grey', 'light grey' borders render black horizontally         |
  +----------------------------------------------------------------------------+
  |        Bug #: 3059                        Product: Fop                     |
! |       Status: NEW                         Version: all                     |
! |   Resolution:                            Platform: PC                      |
  |     Severity: Minor                    OS/Version: Windows NT/2K           |
  |     Priority: Other                     Component: pdf renderer            |
  +----------------------------------------------------------------------------+
--- 2,9 ----
  | 0.19.0 'dark grey', 'light grey' borders render black horizontally         |
  +----------------------------------------------------------------------------+
  |        Bug #: 3059                        Product: Fop                     |
! |       Status: RESOLVED                    Version: all                     |
! |   Resolution: INVALID                    Platform: PC                      |
  |     Severity: Minor                    OS/Version: Windows NT/2K           |
  |     Priority: Other                     Component: pdf renderer            |
  +----------------------------------------------------------------------------+
***************
*** 32,35 ****
  
  <fo:table-cell border-width="1pt" border-color="dark grey" ...
  
! <fo:table-cell border-width="1pt" border-color="light gray" ...
--- 32,43 ----
  
  <fo:table-cell border-width="1pt" border-color="dark grey" ...
  
! <fo:table-cell border-width="1pt" border-color="light gray" ...
! 
! ------- Additional Comments From klease@club-internet.fr  2001-08-19 14:56 -------
! This isn't a bug.
! Use "darkgrey" or "lightgrey" as a single word to set all borders to the same
! color value. Using two words is interpreting this as "dark" for horizontal
! borders and "grey" for vertical borders. Since "dark" or "light" alone isn't a
! valid keyword, black is being used.
! However, FOP should print a warning about that.

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org