typst/tests/typ/bugs/square-base.typ
2023-02-12 16:38:18 +01:00

6 lines
135 B
Typst

// Test that square sets correct base for its content.
---
#set page(height: 80pt)
#square(width: 40%, rect(width: 60%, height: 80%))