speedata / publisher

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

issue with frame borders #459

Closed pr-apes closed 1 year ago

pr-apes commented 1 year ago

@pgundlach,

with the following sample:


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

    <Record element="data">

        <PlaceObject>
        <Frame framecolor="black" rulewidth="1pt"
            border-top-left-radius="7pt"
            border-top-right-radius="7pt"
            border-bottom-left-radius="7pt"
            border-bottom-right-radius="7pt">
          <Textblock width="5cm">
          <Paragraph>
            <Value>A</Value>
          </Paragraph>
          <Paragraph>
            <Value>B</Value>
          </Paragraph>
          <Paragraph>
            <Value>C</Value>
          </Paragraph>
          <Paragraph>
            <Value>D</Value>
          </Paragraph>
          </Textblock>
          </Frame>
        </PlaceObject>
    </Record>
</Layout>

Bottom corners are drawn not in the same way as top corners.

hola-000001-fs8

BTW, I think it would be great to have a border-radius attribute that specifies the four corners at once.

Many thanks for your help.

pgundlach commented 1 year ago

Thank you. This will be fixed in the next release