publisher icon indicating copy to clipboard operation
publisher copied to clipboard

Imageshape does not render well

Open pgundlach opened this issue 6 years ago • 0 comments

Version 3.9.3

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

  <SetGrid nx="40" ny="30" />
  <Trace gridallocation="yes" grid="yes" />

  <Record element="data">
    <PlaceObject column="1" row="2" >
      <Image width="10" file="vase.jpg"/>
    </PlaceObject>

    <Output row="1" allocate="auto">
      <Text>
        <Paragraph>
          <Value select="sd:dummytext(8)"></Value>
        </Paragraph>
      </Text>
    </Output>
  </Record>
</Layout>

Two issues here:

  1. the image has height of 6.1 but the grid is stretched to 7 lines
  2. the first x cells are free, so the text starts in col 1
vase

pgundlach avatar Feb 15 '20 17:02 pgundlach