DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20943>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20943

number-rows-spanned render spanned cell background.

           Summary: number-rows-spanned render spanned cell background.
           Product: Fop
           Version: 0.20.5
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: pdf renderer
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


example:
<fo:table>
<fo:table-row>
        <fo:table-cell number-rows-spanned="2">Spanned</fo:table-cell>
        <fo:table-cell>&#160;</fo:table-cell>
        <fo:table-cell>First row</fo:table-cell>
</fo:table-row>
<fo:table-row background-color="red">
        <fo:table-cell>&#160;</fo:table-cell>
        <fo:table-cell>Second row</fo:table-cell>
</fo:table-row>
</fo:table>

spanned cell be filled with background-color "red".

and if I set:
 <fo:table-cell number-rows-spanned="2" 
    border="2pt solid"
>Spanned</fo:table-cell>

The cell border is only 1 cell height.

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

Reply via email to