mirror of
https://github.com/typst/typst
synced 2025-05-16 01:55:28 +08:00
7 lines
199 B
XML
7 lines
199 B
XML
// Test that images aren't upscaled.
|
|
|
|
---
|
|
// Image is just 48x80 at 220dpi. It should not be scaled to fit the page
|
|
// width, but rather max out at its natural size.
|
|
#image("/assets/images/f2t.jpg")
|