typst/tests/typ/bugs/square-base.typ

6 lines
135 B
Typst
Raw Normal View History

2023-02-12 16:38:14 +01:00
// Test that square sets correct base for its content.
---
#set page(height: 80pt)
#square(width: 40%, rect(width: 60%, height: 80%))