typst/tests/typ/visualize/svg-text.typ
2023-04-18 19:04:46 +02:00

10 lines
121 B
Typst

// Test SVG with text.
---
#set page(width: 250pt)
#figure(
image("/diagram.svg"),
caption: [A textful diagram],
)