summaryrefslogtreecommitdiff
path: root/tests/typ/visualize/svg-text.typ
blob: 11283a76f817374ece052f565cb5bf7424ee72ce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Test SVG with text.

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

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

---
#set page(width: 250pt)
#show image: set text(font: ("Roboto", "Noto Serif CJK SC"))

#figure(
  image("/files/chinese.svg"),
  caption: [Bilingual text]
)