Bug 12300

Summary: letter-spacing problem on sequencing pages
Product: Fop - Now in Jira Reporter: Benjamin Thym <thym>
Component: pdfAssignee: fop-dev
Status: CLOSED FIXED    
Severity: normal    
Priority: P3    
Version: 0.20.4   
Target Milestone: ---   
Hardware: PC   
OS: All   

Description Benjamin Thym 2002-09-04 13:05:01 UTC
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>
Comment 1 Pascal Sancho 2007-10-23 07:32:59 UTC
Bug fixed in latest Trunk (rev 584703), and probably in FOP 0.94
Comment 2 Glenn Adams 2012-04-01 06:42:39 UTC
batch transition pre-FOP1.0 resolved+fixed bugs to closed+fixed