|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] [FO] Truncated line and keep-together="always"
Hi,
When I set the property keep-together to always on a block, the
line within the block are truncated on the resulting PDF. It
looks like a bug, but I'd like to be sure before reporting it.
Below is a test case, the result can be shown there:
http://www.fgeorges.org/tmp/line-ok.pdf
-> without keep-together
http://www.fgeorges.org/tmp/line-truncated.pdf
-> with keep-together
Test case:
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
<fo:layout-master-set>
<fo:simple-page-master master-name="a4"
margin="12.5mm" page-height="297mm" page-width="210mm">
<fo:region-body/>
</fo:simple-page-master>
</fo:layout-master-set>
<fo:page-sequence master-reference="a4">
<fo:flow flow-name="xsl-region-body">
<!--
If I remove the attribute, everything's fine.
-->
<fo:block keep-together="always">
Lorem ipsum dolor sit amet, consectetuer adipiscing
elit. Ut diam. Ut euismod, nunc at semper suscipit,
lorem nulla accumsan lacus, quis faucibus massa risus
et magna.
</fo:block>
</fo:flow>
</fo:page-sequence>
</fo:root>
By the way, I've just noticed that the output is correct if I replace
"always" by a number...
Regards,
--
Florent Georges
http://www.fgeorges.org/
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart


![[FO] Truncated line and keep-together="always"](/images/get_stylus.gif)





