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 2002/09/04 15:05:02 UTC

DO NOT REPLY [Bug 12300] New: - letter-spacing problem on sequencing pages

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

letter-spacing problem on sequencing pages

           Summary: letter-spacing problem on sequencing pages
           Product: Fop
           Version: 0.20.4
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: pdf renderer
        AssignedTo: fop-dev@xml.apache.org
        ReportedBy: thym@relaxed-high.de


If I do letter-spacing on one page and on the next page. The PDFRenderer 
ignores the letter-spacing-attribute on the 2nd page.

You can test it with this code:


<fo:block break-before="page">
   <fo:block letter-spacing="8px">this is a test</fo:block>
</fo:block>
 
<fo:block break-before="page">
   <fo:block letter-spacing="8px">and this too</fo:block>
</fo:block>

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