mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
8 lines
243 B
XML
8 lines
243 B
XML
--- relative-fields ---
|
|
// Test relative length fields.
|
|
#test((100% + 2em + 2pt).ratio, 100%)
|
|
#test((100% + 2em + 2pt).length, 2em + 2pt)
|
|
#test((100% + 2pt).length, 2pt)
|
|
#test((100% + 2pt - 2pt).length, 0pt)
|
|
#test((56% + 2pt - 56%).ratio, 0%)
|