On Jul 6, 2007, at 14:02, [EMAIL PROTECTED] wrote:
Hi Ali
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 ?
Yes. FWIW: the described issue also occurs in FOP Trunk, which offers
support for the collapsing border-model.
Now that I've been playing with it a bit, there seem to be some other
issues with the new feature as well... :(
In the meantime, a possible workaround may be:
<fo:table border-collapse="separate" table-layout="fixed"
width="100%">
<fo:table-body>
<fo:table-row>
<fo:table-cell border-color="black" border-style="solid"
border-before-width="0.5pt"
border-after-width="0.25pt"
border-start-width="0pt"
border-end-width="0.25pt">
<fo:block text-align="center">(1,1)</fo:block>
</fo:table-cell>
<fo:table-cell border-color="black" border-style="solid"
border-before-width="0.5pt"
border-after-width="0.25pt"
border-start-width="0.25pt"
border-end-width="0.25pt">
<fo:block text-align="center">(1,2)</fo:block>
</fo:table-cell>
<fo:table-cell border-color="black" border-style="solid"
border-before-width="0.5pt"
border-after-width="0.25pt"
border-start-width="0.25pt"
border-end-width="0.25pt">
<fo:block text-align="center">(1,3)</fo:block>
</fo:table-cell>
<fo:table-cell border-color="black" border-style="solid"
border-before-width="0.5pt"
border-after-width="0.25pt"
border-start-width="0.25pt"
border-end-width="0.25pt">
<fo:block text-align="center">(1,3)</fo:block>
</fo:table-cell>
<fo:table-cell border-color="black" border-style="solid"
border-before-width="0.5pt"
border-after-width="0.25pt"
border-start-width="0.25pt"
border-end-width="0.25pt">
<fo:block text-align="center">(1,3)</fo:block>
</fo:table-cell>
<fo:table-cell border-color="black" border-style="solid"
border-before-width="0.5pt"
border-after-width="0.25pt"
border-start-width="0.25pt"
border-end-width="0pt">
<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-style="solid"
border-before-width="0.25pt"
border-after-width="0.25pt"
border-start-width="0pt"
border-end-width="0.25pt">
<fo:block text-align="center">(1,1)</fo:block>
</fo:table-cell>
<fo:table-cell border-color="black" border-style="solid"
border-before-width="0.25pt"
border-after-width="0.25pt"
border-start-width="0.25pt"
border-end-width="0.25pt">
<fo:block text-align="center">(1,2)</fo:block>
</fo:table-cell>
<fo:table-cell border-color="black" border-style="solid"
border-before-width="0.25pt"
border-after-width="0.25pt"
border-start-width="0.25pt"
border-end-width="0.25pt">
<fo:block text-align="center">(1,3)</fo:block>
</fo:table-cell>
<fo:table-cell border-color="black" border-style="solid"
border-before-width="0.25pt"
border-after-width="0.25pt"
border-start-width="0.25pt"
border-end-width="0.25pt">
<fo:block text-align="center">(1,3)</fo:block>
</fo:table-cell>
<fo:table-cell border-color="black" border-style="solid"
border-before-width="0.25pt"
border-after-width="0.25pt"
border-start-width="0.25pt"
border-end-width="0.25pt">
<fo:block text-align="center">(1,3)</fo:block>
</fo:table-cell>
<fo:table-cell border-color="black" border-style="solid"
border-before-width="0.25pt"
border-after-width="0.25pt"
border-start-width="0.25pt"
border-end-width="0pt">
<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-style="solid"
border-before-width="0.25pt"
border-after-width="0.5pt"
border-start-width="0pt"
border-end-width="0.25pt">
<fo:block text-align="center">(1,1)</fo:block>
</fo:table-cell>
<fo:table-cell border-color="black" border-style="solid"
border-before-width="0.25pt"
border-after-width="0.5pt"
border-start-width="0.25pt"
border-end-width="0.25pt">
<fo:block text-align="center">(1,2)</fo:block>
</fo:table-cell>
<fo:table-cell border-color="black" border-style="solid"
border-before-width="0.25pt"
border-after-width="0.5pt"
border-start-width="0.25pt"
border-end-width="0.25pt">
<fo:block text-align="center">(1,3)</fo:block>
</fo:table-cell>
<fo:table-cell border-color="black" border-style="solid"
border-before-width="0.25pt"
border-after-width="0.5pt"
border-start-width="0.25pt"
border-end-width="0.25pt">
<fo:block text-align="center">(1,3)</fo:block>
</fo:table-cell>
<fo:table-cell border-color="black" border-style="solid"
border-before-width="0.25pt"
border-after-width="0.5pt"
border-start-width="0.25pt"
border-end-width="0.25pt">
<fo:block text-align="center">(1,3)</fo:block>
</fo:table-cell>
<fo:table-cell border-color="black" border-style="solid"
border-before-width="0.25pt"
border-after-width="0.5pt"
border-start-width="0.25pt"
border-end-width="0pt">
<fo:block text-align="center">(1,3)</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
This seems to produce nice results...
Cheers
Andreas
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]