blob: bd8703b3fc910ea502d741e595d605ce8ee2869b (
plain) (
blame)
1
2
3
4
5
6
7
8
|
// Test that image measurement doesn't turn `inf / some-value` into 0pt.
// Ref: false
---
#context {
let size = measure(image("/assets/images/tiger.jpg"))
test(size, (width: 1024pt, height: 670pt))
}
|