Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 2.5.5
<Layout version="2.5.5" xmlns="urn:speedata.de:2009/publisher/en" xmlns:sd="urn:speedata:2009/publisher/functions/en"> <Options show-gridallocation="yes" show-grid="yes" /> <Pageformat width="148mm" height="50mm" /> <SetGrid nx="25" height="6pt"/> <Record element="data"> <NextRow row="2"/> <PlaceObject row="2" column="13"> <Box width="13" height="4" backgroundcolor="green"/> </PlaceObject> <Output allocate="auto" row="1"> <Text> <Paragraph fontface="text"><Value>xx</Value></Paragraph> <Paragraph fontface="text"><Value>xx</Value></Paragraph> </Text> </Output> <Message select="sd:current-row()"></Message> <Output allocate="auto" row="{sd:current-row()}"> <Text> <Paragraph fontface="text"><Value>yyyyy</Value></Paragraph> <Paragraph fontface="text"><Value>yyyyy</Value></Paragraph> </Text> </Output> </Record> </Layout>
sp --dummy gives
sp --dummy
I'd expect left aligned text yyyy (both lines)
yyyy
The text was updated successfully, but these errors were encountered:
B: empty first row is considered for allocation
0f760eb
When an object is not placed in the first row, the paragraph shape algorithm thinks the first row is the next row to take into account. This fixes bug #89
pgundlach
No branches or pull requests
Version 2.5.5
sp --dummy
givesI'd expect left aligned text
yyyy
(both lines)The text was updated successfully, but these errors were encountered: