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

Column without width and table rule color #576

Closed pgundlach closed 2 months ago

pgundlach commented 2 months ago
<Layout xmlns="urn:speedata.de:2009/publisher/en"
    xmlns:sd="urn:speedata:2009/publisher/functions/en">

    <Record element="data">
        <PlaceObject>
            <Table>
                <Columns>
                    <Column background-color="lightgray" />
                </Columns>

                <Tr>
                    <Td><Paragraph><Value>Hello</Value></Paragraph></Td>
                </Tr>
                <Tablerule color="black" rulewidth="2pt"></Tablerule>
                <Tr>
                    <Td><Paragraph><Value>Hello</Value></Paragraph></Td>
                </Tr>
            </Table>
        </PlaceObject>

    </Record>
</Layout>

got

noblackrule

expect with black rules.