summaryrefslogtreecommitdiff
path: root/tests/typ/visualize/svg-text.typ
blob: 132905a88fb217d20641a6ddfed48b3d9b94aac3 (plain) (blame)
1
2
3
4
5
6
7
8
9
// Test SVG with text.

---
#set page(width: 250pt)

#figure(
  image("/diagram.svg"),
  caption: [A textful diagram],
)