Skip to content

'top cell-property does not work for cells with picts in PDF backend #260

Open
@wilbowma

Description

@wilbowma

Here's an example:

#lang scribble/base

@tabular[
#:row-properties '((top-border bottom-border))
(list
(list "> " @verbatim|{a very tall



cell.}|))
]

@tabular[
#:row-properties '((top-border top bottom-border))
(list
  (list "> " @verbatim|{a very tall



cell.}|))
]


@(require pict)
@tabular[
#:row-properties '((top-border top bottom-border))
(list
  (list "> " (filled-ellipse 40 40)))
]

Expected output, and the output in HTML:
Screenshot_20200812_183954

Actual output in PDF:
Screenshot_20200812_184043

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions