typst/tests/typ/bugs/line-align.typ
Laurenz 10ae0a2c2b Fix line alignment
Fixes #1398. How this works for the other shapes is a hack, but the line was missing from that hack.
2023-06-08 10:20:24 +02:00

6 lines
107 B
XML

// Test right-aligning a line and a rectangle.
---
#align(right, line(length: 30%))
#align(right, rect())