diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-04-18 19:04:46 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-04-18 19:04:46 +0200 |
| commit | 35302d20047c58baa99065a4574eafe1920e7be6 (patch) | |
| tree | b9c7dbf3e15c24cc063da70dbc2fa3d5befa41d4 /tests/typ | |
| parent | bce83d330f0efc0f8cdd6fb01d8244cb9f01ac27 (diff) | |
Handle SVG with text
Diffstat (limited to 'tests/typ')
| -rw-r--r-- | tests/typ/visualize/svg-text.typ | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/typ/visualize/svg-text.typ b/tests/typ/visualize/svg-text.typ new file mode 100644 index 00000000..132905a8 --- /dev/null +++ b/tests/typ/visualize/svg-text.typ @@ -0,0 +1,9 @@ +// Test SVG with text. + +--- +#set page(width: 250pt) + +#figure( + image("/diagram.svg"), + caption: [A textful diagram], +) |
