PgBiel / typst-tablex

More powerful and customizable tables in Typst
MIT License
370 stars 12 forks source link

dashed and dotted hlines have uneven spacing #81

Open Enivex opened 9 months ago

Enivex commented 9 months ago
Screenshot 2023-11-28 171213 image

63eb6d3e496a4

PgBiel commented 8 months ago

The problem here is that lines are broken down into one line (cell border) for each cell they span:

https://github.com/PgBiel/typst-tablex/blob/3a45350240e997165cc1be3520173f6d6ea3723f/tablex.typ#L1505-L1512

This could be fixed by changing the line breaking algorithm. Changing the algorithm is also necessary to fix #27.