Closed johannes-wolf closed 1 year ago
This was actually a huge oversight by my part, and broke not only measuring lines but also, really, placing any lines inside the table, as I was using #show line: place.with(top + left, dy: some-constant-here)
. Thanks for reporting!
The following code returns a size of
(0pt, 0pt)
, while measuring other elements likerect
orbox
works.This error occurs when trying to use cetz canvas (0.1.2) insides tablex, see https://github.com/johannes-wolf/cetz/issues/345.