Hi, That seems to be related to anti aliasing. When zooming, the thickness variation disappears. In Adobe reader, anti-aliasing can be disabled by unchecking the 2D acceleration.
-- Pascal Le 10/06/2010 16:31, aemitic a écrit : > Hi all, > > I found that using the attribute number-column-spanned inside a cell > element, I get a bad rendering of the cell border: it gets thicker in the > central section of the border. > > for example: > > <fo:table border="solid 2pt black" width="100%" table-layout="fixed"> > <fo:table-column column-width="proportional-column-width(1)"/> > <fo:table-column column-width="proportional-column-width(1)"/> > <fo:table-column column-width="proportional-column-width(1)"/> > <fo:table-column column-width="proportional-column-width(1)"/> > <fo:table-column column-width="proportional-column-width(1)"/> > <fo:table-column column-width="proportional-column-width(1)"/> > <fo:table-column column-width="proportional-column-width(1)"/> > <fo:table-column column-width="proportional-column-width(1)"/> > <fo:table-column column-width="proportional-column-width(1)"/> > <fo:table-column column-width="proportional-column-width(1)"/> > <fo:table-column column-width="proportional-column-width(1)"/> > <fo:table-column column-width="proportional-column-width(1)"/> > <fo:table-header> > <fo:table-row> > <fo:table-cell number-columns-spanned="12" padding-left="4pt" > padding="2pt" border="solid 2pt black"> > <fo:block font-weight="bold"> Indice </fo:block> > </fo:table-cell> > </fo:table-row> > <fo:table-row> > <fo:table-cell number-columns-spanned="4" padding-left="4pt" > padding="2pt" border="solid 2pt black"> > <fo:block font-weight="bold"> <Livello> ; <Nome> > </fo:block> > </fo:table-cell> > <fo:table-cell number-columns-spanned="4" padding-left="4pt" > padding="2pt" border="solid 2pt black"> > <fo:block font-weight="bold"> Col1</fo:block> > </fo:table-cell> > <fo:table-cell number-columns-spanned="4" padding-left="4pt" > padding="2pt" border="solid 2pt black"> > <fo:block font-weight="bold"> Col2 </fo:block> > </fo:table-cell> > </fo:table-row> > </fo:table-header> > <fo:table-body> > <fo:table-row> > <fo:table-cell number-columns-spanned="4" padding-left="4pt" > padding="2pt" border="solid 1pt black"> > <fo:block>pagegroup ; NUMBER </fo:block> > </fo:table-cell> > <fo:table-cell number-columns-spanned="4" padding-left="4pt" > padding="2pt" border="solid 1pt black"> > <fo:block>678901234567</fo:block> > </fo:table-cell> > <fo:table-cell number-columns-spanned="4" padding-left="4pt" > padding="2pt" border="solid 1pt black"> > <fo:block/> > </fo:table-cell> > > </fo:table-body> > </fo:table> > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
