You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2003/04/30 12:46:37 UTC

DO NOT REPLY [Bug 19465] New: - fo:leader leader-pattern="rule" not working correctly within FO table cell

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=19465>.
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=19465

fo:leader leader-pattern="rule" not working correctly within FO table cell

           Summary: fo:leader leader-pattern="rule" not working correctly
                    within FO table cell
           Product: Fop
           Version: 0.20.5
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Major
          Priority: Other
         Component: pdf renderer
        AssignedTo: fop-dev@xml.apache.org
        ReportedBy: mukulw3@yahoo.com


I have written the following code to generate a horizontal line.
<fo:table-cell>
  <fo:block>
    <fo:leader leader-pattern="rule"/>
  </fo:block>
</fo:table-cell>

With fop-0.20.5rc2 release of FOP, it is not generating a proper line. It is 
just generating a small _(hyphen) character.

But with FOP 0.20.4 , the output is correct and it generates a proper line 
covering the full display area.

Regards,
Mukul

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org