You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
utils.fit-to-height produces a blank area with no content on typst 0.12. The layout is calculated correctly, though.
I bisected Typst, and it seems that it's this PR typst/typst#4212 that introduced the bug.
In the PR description it says,
The exact semantics of how tags will stick to elements are also still somewhat in-flux and will likely a change a bit in later refactor phases. These rules affect the results of .page() and .position() calls on locations. With this PR, things should mostly be the same as on main, though there will be edge cases where things changed a bit. They might change again with further refactoring.
There are other libraries affected by this change (typst/typst#4302).
utils.fit-to-height
produces a blank area with no content on typst 0.12. The layout is calculated correctly, though.I bisected Typst, and it seems that it's this PR typst/typst#4212 that introduced the bug.
In the PR description it says,
There are other libraries affected by this change (typst/typst#4302).
POC
Expected
Got
The text was updated successfully, but these errors were encountered: