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

vreference="bottom" fails #233

Closed
pgundlach opened this issue May 22, 2019 · 0 comments
Closed

vreference="bottom" fails #233

pgundlach opened this issue May 22, 2019 · 0 comments
Assignees
Labels
Milestone

Comments

@pgundlach
Copy link
Member

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

  <Trace grid="yes" gridallocation="yes"/>
  <Pageformat height="7cm" width="7cm"/>

  <SetGrid nx="2" height="8pt"/>

  <DefineFontfamily name="6/8" fontsize="6" leading="8">
    <Regular fontface="sans"/>
  </DefineFontfamily>


  <Record element="data">
    <PlaceObject column="1" row="{sd:number-of-rows()}" vreference="bottom" valign="bottom" frame="solid">
      <Table fontface="6/8" stretch="max" >
        <Columns>
          <Column width="1*"/>
          <Column width="1*"/>
        </Columns>
        <Tr valign="top">
          <Td><Paragraph><Value>a</Value></Paragraph></Td>
          <Td><Paragraph><Value>a</Value><Br/><Value>b</Value><Br/><Value>c</Value></Paragraph></Td>
        </Tr>
      </Table>
    </PlaceObject>
  </Record>
</Layout>

Is misaligned:

vreference

@pgundlach pgundlach added the Bug label May 22, 2019
@pgundlach pgundlach added this to the Version 3.8 milestone May 22, 2019
@pgundlach pgundlach self-assigned this May 22, 2019
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