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

Span messes up background #547

Closed pgundlach closed 6 months ago

pgundlach commented 6 months ago

Version 4.15.18

<Layout xmlns="urn:speedata.de:2009/publisher/en"
    xmlns:sd="urn:speedata:2009/publisher/functions/en">
    <Pageformat height="3cm" width="3cm" />

    <Record element="data">
        <PlaceObject>
            <Textblock>
                <Paragraph>
                    <Span background-color="lightgray">
                        <Value> 33 </Value>
                    </Span>
                </Paragraph>
            </Textblock>
        </PlaceObject>
    </Record>
</Layout>
33