- From: <alikhan1977@gmail.com>
- Date: Fri, 6 Jul 2007 14:01:20 +0200
- To: www-xsl-fo@w3.org
- Message-ID: <8fc9a1e10707060501h4829de37j95f7bc76ff67886a@mail.gmail.com>
Hi, I'm using version 0.93. I have problems with some of the cell border parts coming out thicker than others on pdf's and paper-prints. Anyone come across this ? Here is a table example which shows the problems, look closely at the table cell borders on row 2 after generating a pdf: <fo:table border-collapse="collapse" table-layout="fixed" width="100%"> <fo:table-body> <fo:table-row> <fo:table-cell border-color="black" border-top-width="0.5pt" border-top-style="solid"> <fo:block text-align="center">(1,1)</fo:block> </fo:table-cell> <fo:table-cell border-color="black" border-top-width="0.5pt" border-top-style="solid" border-left-width="0.5pt" border-left-style="solid"> <fo:block text-align="center">(1,2)</fo:block> </fo:table-cell> <fo:table-cell border-color="black" border-top-width="0.5pt" border-top-style="solid" border-left-width=" 0.5pt" border-left-style="solid"> <fo:block text-align="center">(1,3)</fo:block> </fo:table-cell> <fo:table-cell border-color="black" border-top-width=" 0.5pt" border-top-style="solid" border-left-width="0.5pt" border-left-style="solid"> <fo:block text-align="center">(1,3)</fo:block> </fo:table-cell> <fo:table-cell border-color="black" border-top-width="0.5pt" border-top-style="solid" border-left-width="0.5pt" border-left-style="solid"> <fo:block text-align="center">(1,3)</fo:block> </fo:table-cell> <fo:table-cell border-color="black" border-top-width="0.5pt" border-top-style="solid" border-left-width="0.5pt" border-left-style="solid"> <fo:block text-align="center">(1,3)</fo:block> </fo:table-cell> </fo:table-row> <fo:table-row> <fo:table-cell border-color="black"> <fo:block text-align="center">(1,1)</fo:block> </fo:table-cell> <fo:table-cell border-color="black" border-left-width="0.5pt" border-left-style="solid"> <fo:block text-align="center">(1,2)</fo:block> </fo:table-cell> <fo:table-cell border-color="black" border-left-width="0.5pt" border-left-style="solid"> <fo:block text-align="center">(1,3)</fo:block> </fo:table-cell> <fo:table-cell border-color="black" border-left-width="0.5pt" border-left-style="solid"> <fo:block text-align="center">(1,3)</fo:block> </fo:table-cell> <fo:table-cell border-color="black" border-left-width="0.5pt" border-left-style="solid"> <fo:block text-align="center">(1,3)</fo:block> </fo:table-cell> <fo:table-cell border-color="black" border-left-width="0.5pt" border-left-style="solid"> <fo:block text-align="center">(1,3)</fo:block> </fo:table-cell> </fo:table-row> <fo:table-row> <fo:table-cell border-color="black" border-bottom-width="0.5pt" border-bottom-style="solid"> <fo:block text-align="center">(1,1)</fo:block> </fo:table-cell> <fo:table-cell border-color="black" border-bottom-width="0.5pt" border-bottom-style="solid" border-left-width="0.5pt" border-left-style="solid"> <fo:block text-align="center">(1,2)</fo:block> </fo:table-cell> <fo:table-cell border-color="black" border-bottom-width="0.5pt" border-bottom-style="solid" border-left-width=" 0.5pt" border-left-style="solid"> <fo:block text-align="center">(1,3)</fo:block> </fo:table-cell> <fo:table-cell border-color="black" border-bottom-width=" 0.5pt" border-bottom-style="solid" border-left-width="0.5pt" border-left-style="solid"> <fo:block text-align="center">(1,3)</fo:block> </fo:table-cell> <fo:table-cell border-color="black" border-bottom-width="0.5pt" border-bottom-style="solid" border-left-width="0.5pt" border-left-style="solid"> <fo:block text-align="center">(1,3)</fo:block> </fo:table-cell> <fo:table-cell border-color="black" border-bottom-width="0.5pt" border-bottom-style="solid" border-left-width="0.5pt" border-left-style="solid"> <fo:block text-align="center">(1,3)</fo:block> </fo:table-cell> </fo:table-row> </fo:table-body> </fo:table>
Received on Friday, 6 July 2007 12:01:26 UTC