mirror of
https://github.com/typst/typst
synced 2025-05-14 17:15:28 +08:00
10 lines
121 B
Typst
10 lines
121 B
Typst
// Test SVG with text.
|
|
|
|
---
|
|
#set page(width: 250pt)
|
|
|
|
#figure(
|
|
image("/diagram.svg"),
|
|
caption: [A textful diagram],
|
|
)
|