diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/command/9236.md | 6 | ||||
| -rw-r--r-- | test/writer.typst | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/test/command/9236.md b/test/command/9236.md index 4536f0b09..4fa36744b 100644 --- a/test/command/9236.md +++ b/test/command/9236.md @@ -13,21 +13,21 @@ And inline: {height=2in} and caption: [ minimal ], - kind: auto + kind: image ) #figure(image("command/minimal.svg", height: 2in, width: 3in), caption: [ minimal ], - kind: auto + kind: image ) #figure(image("command/minimal.svg"), caption: [ minimal ], - kind: auto + kind: image ) And inline: #box(image("command/minimal.svg", height: 2in)) and diff --git a/test/writer.typst b/test/writer.typst index 02151f4e6..aa474c823 100644 --- a/test/writer.typst +++ b/test/writer.typst @@ -788,7 +788,7 @@ From "Voyage dans la Lune" by Georges Melies (1902): caption: [ lalune ], - kind: auto + kind: image ) Here is a movie #box(image("movie.jpg")) icon. |
