PgBiel / typst-tablex

More powerful and customizable tables in Typst
Apache License 2.0
376 stars 13 forks source link

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

Closed PgBiel closed 11 months ago

PgBiel commented 11 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.