diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ref/meta/figure.png | bin | 54193 -> 54114 bytes | |||
| -rw-r--r-- | tests/ref/visualize/image-scale.png | bin | 0 -> 314 bytes | |||
| -rw-r--r-- | tests/typ/visualize/image-scale.typ | 6 |
3 files changed, 6 insertions, 0 deletions
diff --git a/tests/ref/meta/figure.png b/tests/ref/meta/figure.png Binary files differindex d37a01c3..bcdd0d2f 100644 --- a/tests/ref/meta/figure.png +++ b/tests/ref/meta/figure.png diff --git a/tests/ref/visualize/image-scale.png b/tests/ref/visualize/image-scale.png Binary files differnew file mode 100644 index 00000000..95e9157e --- /dev/null +++ b/tests/ref/visualize/image-scale.png diff --git a/tests/typ/visualize/image-scale.typ b/tests/typ/visualize/image-scale.typ new file mode 100644 index 00000000..7ddf435e --- /dev/null +++ b/tests/typ/visualize/image-scale.typ @@ -0,0 +1,6 @@ +// Test that images aren't upscaled. + +--- +// Image is just 48x80 at 220dpi. It should not be scaled to fit the page +// width, but rather max out at its natural size. +#image("/assets/images/f2t.jpg") |
