diff options
| author | Laurenz Stampfl <47084093+LaurenzV@users.noreply.github.com> | 2024-06-16 09:47:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-16 07:47:13 +0000 |
| commit | 1110b935646fb4174cfce020613378ca7a7e8300 (patch) | |
| tree | ab8662cc6129f0e63916340a740c75acbd46fa60 /tests/suite/visualize/image.typ | |
| parent | 9a45d948f99410292f212d3c51539fee9d0e95ad (diff) | |
Add support for COLRv1 emojis (#4371)
Diffstat (limited to 'tests/suite/visualize/image.typ')
| -rw-r--r-- | tests/suite/visualize/image.typ | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/suite/visualize/image.typ b/tests/suite/visualize/image.typ index ac2d5af9..3bda8d0e 100644 --- a/tests/suite/visualize/image.typ +++ b/tests/suite/visualize/image.typ @@ -120,3 +120,7 @@ A #box(image("/assets/images/tiger.jpg", height: 1cm, width: 80%)) B --- issue-2051-new-cm-svg --- #set text(font: "New Computer Modern") #image("/assets/images/diagram.svg") + +--- issue-3733-dpi-svg --- +#set page(width: 200pt, height: 200pt, margin: 0pt) +#image("/assets/images/relative.svg") |
