Skip to content

parshape broken #89

@pgundlach

Description

@pgundlach

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

parshape

I'd expect left aligned text yyyy (both lines)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions