Closed PgBiel closed 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.
measure(line(...))
box
See also https://github.com/johannes-wolf/cetz/pull/346 for inspiration.
Using
measure(line(...))
is more susceptible to show rule problems; ifbox
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.