Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Imageshape does not render well #244

Open
pgundlach opened this issue Feb 15, 2020 · 0 comments
Open

Imageshape does not render well #244

pgundlach opened this issue Feb 15, 2020 · 0 comments
Assignees
Labels
Milestone

Comments

@pgundlach
Copy link
Member

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 pgundlach added the Bug label Feb 15, 2020
@pgundlach pgundlach added this to the Version 3.10 milestone Feb 15, 2020
@pgundlach pgundlach self-assigned this Feb 15, 2020
@pgundlach pgundlach modified the milestones: Version 3.10, Version 4.2 Oct 3, 2020
@pgundlach pgundlach modified the milestones: Version 4.2, 4.4 Jan 7, 2021
@pgundlach pgundlach modified the milestones: Version 4.4, Later Jan 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant