[
https://issues.apache.org/jira/browse/FOP-2177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13592155#comment-13592155
]
MH commented on FOP-2177:
-------------------------
@Glenn: here is an example:
----------
<?xml version="1.0" encoding="UTF-8"?><fo:root
xmlns:fo="http://www.w3.org/1999/XSL/Format"><fo:layout-master-set><fo:simple-page-master
master-name="normaleSeite">
page-width="21cm"
page-height="29.7cm"
margin-top="1cm"
margin-bottom="2cm"
margin-left="2.5cm"
margin-right="2.5cm">
<fo:region-body margin-top="3cm"/><fo:region-before
extent="3cm"/><fo:region-after
extent="1.5cm"/></fo:simple-page-master></fo:layout-master-set><fo:page-sequence
master-reference="normaleSeite"><fo:flow flow-name="xsl-region-body"><fo:table
width="80mm" table-layout="fixed"><fo:table-column number-columns-repeated="3"
border="0.5pt solid black" column-width="20mm"/><fo:table-body><fo:table-row
height="1cm" border="0.5pt solid black"><fo:table-cell><fo:block
text-align="right">b</fo:block></fo:table-cell><fo:table-cell><fo:block
text-align="right">TEST_TETS_TEST</fo:block></fo:table-cell><fo:table-cell><fo:block
text-align="right">d</fo:block></fo:table-cell></fo:table-row></fo:table-body></fo:table></fo:flow></fo:page-sequence></fo:root>
------------
> [PATCH] If a right aligned image exceeds a table cells bounds, it will
> overflow in the wrong direction
> ------------------------------------------------------------------------------------------------------
>
> Key: FOP-2177
> URL: https://issues.apache.org/jira/browse/FOP-2177
> Project: Fop
> Issue Type: Bug
> Components: page-master/layout
> Affects Versions: trunk
> Reporter: Robert Meyer
> Assignee: Robert Meyer
> Priority: Minor
> Fix For: trunk
>
> Attachments: house_blank.gif, output-old.pdf, output-trunk.pdf,
> patch.diff, test.fo
>
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira