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>
