Re: Border problems

2001-06-20 Thread Karen Lease

Hi Weiqi,

A few weeks ago, you asked some questions about cell borders. You'll
probably notice now that using border-collapse=collapse works better,
thanks to Ivan Demakov's recently contributed fix.

However you made another observation which I finally got around to
checking out:
You wrote, speaking of table borders being centered on the table grid
line (in the collapse style):

 This doesn't seem to match my observation with the latest CVS.  If I
 take away the margins on simple-page-master, and increase the
 border-width on the border-cell to 1in, then in the resulting PDF, no
 top or left borders are observable.  Shouldn't I be able to observe the
 0.5in of the top and left border on the inside of the grid lines?

I did this (with the new CVS). With xpdf I saw the top and right borders
but no left or bottom borders. But in the pdf file the lines are being
drawn. When I use gv or Acrobat Reader, it looks as you (and I :-)
expect it too, with the borders being clipped by the page boundary. I
guess it's a bug in xpdf. Is that what you were using to look at your
pdf file?

Just curious,
Karen



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]




Border problems

2001-06-01 Thread Weiqi Gao

Hi,

The latest CVS fixed a problem I reported against 0.18.1-DEV a few days
ago (presence of certain tables makes a page shorter).  However there
still seems to be a problem with the following .fo file (the top and
left border are outside the body-region):

?xml version=1.0 encoding=UTF-8?
fo:root xmlns:fo=http://www.w3.org/1999/XSL/Format;
fo:layout-master-set
fo:simple-page-master master-name=foo
margin-top=1in margin-bottom=1in
margin-left=1in margin-right=1in
fo:region-body /
/fo:simple-page-master
/fo:layout-master-set
fo:page-sequence master-name=foo
fo:flow flow-name=xsl-region-body
fo:table
fo:table-column column-width=3in/
fo:table-body
fo:table-row
fo:table-cell border-style=solid
border-width=0.5in
fo:blockThis is a table cell example/fo:block
/fo:table-cell
/fo:table-row
/fo:table-body
/fo:table
/fo:flow
/fo:page-sequence
/fo:root

-- 
Weiqi Gao
[EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]