typst/tests/typ/visualize
bluebear94 c5a103867d
layout::par::finalize: Bound allotted width when fitting to width (#1828)
Sometimes, optimized line breaking outputs lines that are wider
than the allotted width so that spacing between words can be
narrowed to fit. However, the width calculation for the fit-to-width
case does not account for this, causing the resulting width to exceed
the width of the region. This commit takes the minimum of the
calculated width with the width of the region. Fixes #1825.
2023-08-03 00:45:40 +02:00
..
image.typ Reintroduce `--root` 2023-06-28 10:36:53 +02:00
line.typ Make all nodes block-level 2023-02-12 19:57:28 +01:00
path.typ path: Use close_path() for closing paths (#801) 2023-04-19 16:30:27 +02:00
polygon.typ A bit more polygon docs 2023-03-28 17:00:02 +02:00
shape-aspect.typ Make all nodes block-level 2023-02-12 19:57:28 +01:00
shape-circle.typ Give more specific error messages (#881) 2023-04-19 13:26:55 +02:00
shape-ellipse.typ Make all nodes block-level 2023-02-12 19:57:28 +01:00
shape-fill-stroke.typ Unpacking syntax (#532) 2023-04-06 15:26:09 +02:00
shape-rect.typ layout::par::finalize: Bound allotted width when fitting to width (#1828) 2023-08-03 00:45:40 +02:00
shape-rounded.typ Clamp shape radii 2022-12-30 10:07:46 +01:00
shape-square.typ Give more specific error messages (#881) 2023-04-19 13:26:55 +02:00
stroke.typ Improve value casting infrastructure 2023-06-06 22:06:16 +02:00
svg-text.typ Reintroduce `--root` 2023-06-28 10:36:53 +02:00