[ 
https://issues.apache.org/jira/browse/FOP-2609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15309076#comment-15309076
 ] 

Charlie Halpern-Hamu edited comment on FOP-2609 at 6/1/16 2:14 AM:
-------------------------------------------------------------------

more.fo renders to more.pdf
Page 2 has more width than page 1.
The graphic is more wide and more high, in proportion.
And more text is tries to fit on page 2, overwriting the footer before it 
belatedly goes on to page 3.

less.fo renders to less.pdf
Page 2 has less width than page 1.
The graphic is less wide and less high, in proportion.
And less text tries to fit on page 2, before it jumps prematurely to page 3.


was (Author: charliehamu):
less.fo renders to less.pdf
Page 2 has less width than page 1.
The graphic is less wide and less high, in proportion.
And less text tries to fit on page 2, before it jumps prematurely to page 3.

more.fo renders to more.pdf
Page 2 has more width than page 1.
The graphic is more wide and more high, in proportion.
And more text is tries to fit on page 2, overwriting the footer before it 
belatedly goes on to page 3.

> When scale-to-fit graphic overflows to page with different width, height used 
> for page overflow doesn't change
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: FOP-2609
>                 URL: https://issues.apache.org/jira/browse/FOP-2609
>             Project: FOP
>          Issue Type: Bug
>          Components: image/png, layout/block, layout/page
>    Affects Versions: 2.1
>         Environment: Windows 7
>            Reporter: Charlie Halpern-Hamu
>         Attachments: graphic.png, less.fo, less.pdf, more.fo, more.pdf
>
>
> In the attached examples more.fo and less.fo, page 1 has a content width of 
> 5.5in, achieved with 1in page margins, and an extra 1in region-bdy 
> margin-left.
> In more.fo, the other pages have a content width of 6.5in, as they have a 
> region-body margin-left of 0in. In less.fo, the other pages have a content 
> width of 4.5in, as they have a region-body margin-left of 2in.
> There's space at the bottom of page 1, but not enough for a scale-to-fit 
> graphic. So the graphic gets bumped to page 2. The graphic correctly scales 
> its width to fit the page 2. And it correctly scales its height in proportion 
> to its width.
> However, at the bottom of page 2, text either overflows to page 3 too late or 
> too soon.
> In more.fo, text at the bottom of page 2 overflows onto page 3 too late, 
> running over the footer when it should get bumped to page 3. It appears that, 
> for the purposes of determining if there is space left on the page, the 
> height of the graphic is counted as if it had appeared on page 1, instead of 
> the wider page 2.
> In less.fo, the text at the bottom of page 2 overflows onto page 3 too soon, 
> stopping well above the footer. Again, it appears, that for the purposes of 
> determining if there is space left on the page, the height of the graphic is 
> counted as if it had appeared on page 1, instead of the narrower page 2.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to