PgBiel / typst-tablex

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

Switch length 'pt' calculation to use `box` #94

Closed PgBiel closed 8 months ago

PgBiel commented 8 months ago

Using measure(line(...)) is more susceptible to show rule problems; if box were to receive a problematic show rule, it's likely lots of other things would break in tablex anyway, so there isn't much we can do to guard against that.

See also https://github.com/johannes-wolf/cetz/pull/346 for inspiration.