Bug 12300 - letter-spacing problem on sequencing pages
Summary: letter-spacing problem on sequencing pages
Status: CLOSED FIXED
Alias: None
Product: Fop - Now in Jira
Classification: Unclassified
Component: pdf (show other bugs)
Version: 0.20.4
Hardware: PC All
: P3 normal
Target Milestone: ---
Assignee: fop-dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-04 13:05 UTC by Benjamin Thym
Modified: 2012-04-01 06:42 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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