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

Fill affects line strokes #68

Closed
rkuemon opened this issue Sep 27, 2023 · 1 comment
Closed

Fill affects line strokes #68

rkuemon opened this issue Sep 27, 2023 · 1 comment
Labels
bug Something isn't working duplicate This issue or pull request already exists

Comments

@rkuemon
Copy link

rkuemon commented Sep 27, 2023

As you can see below, tablex handles line strokes differently when a cell is filled. The same happens when using cellx manually. The official table doesn't behave that way.

#import "@preview/tablex:0.0.5": *

#table(
  columns: (auto, auto),  
  stroke: 4pt,
  fill: (col, row) => if col == 0 { luma(240) },
  [test],[test],
  [test],[test],
  [test],[test],
)

#tablex(
  columns: (auto, auto),  
  stroke: 4pt,
  fill: (col, row) => if col == 0 { luma(240) },
  [test],[test],
  [test],[test],
  [test],[test],
)

grafik

@PgBiel
Copy link
Owner

PgBiel commented Sep 27, 2023

Duplicate of #4.

@PgBiel PgBiel closed this as not planned Won't fix, can't repro, duplicate, stale Sep 27, 2023
@PgBiel PgBiel added bug Something isn't working duplicate This issue or pull request already exists labels Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants