speedata / publisher

speedata Publisher - a professional database Publishing system
https://www.speedata.de/
GNU Affero General Public License v3.0
292 stars 36 forks source link

Image in Paragraph has big space beneath #591

Closed pgundlach closed 1 week ago

pgundlach commented 1 week ago

Version 4.19.11

<Layout xmlns="urn:speedata.de:2009/publisher/en"
    xmlns:sd="urn:speedata:2009/publisher/functions/en">

    <Pageformat height="10cm" width="11cm"></Pageformat>
    <DefineFontfamily fontsize="30pt" leading="40pt" name="foo">
        <Regular fontface="sans"></Regular>
    </DefineFontfamily>

    <Record element="data">
        <PlaceObject>
            <Textblock>
                <Paragraph fontfamily="foo">
                    <Image file="_samplea.pdf" width="200pt" ></Image>
                </Paragraph>
                <Paragraph>
                    <Value>Hello world</Value>
                </Paragraph>
            </Textblock>
        </PlaceObject>
    </Record>
</Layout>

There should be no (little) space between the image and the text.

space