typst/tests/typ/visualize/svg-text.typ

10 lines
121 B
Plaintext

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