From 3aa7e861e7ffe03193d94c2cfd249739ef746f09 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Wed, 9 Jul 2025 15:48:43 +0200 Subject: Support images in HTML export (#6578) --- tests/ref/html/image-jpg-html-base64.html | 8 ++++++++ tests/ref/html/image-scaling-methods.html | 10 ++++++++++ 2 files changed, 18 insertions(+) create mode 100644 tests/ref/html/image-jpg-html-base64.html create mode 100644 tests/ref/html/image-scaling-methods.html (limited to 'tests/ref/html') diff --git a/tests/ref/html/image-jpg-html-base64.html b/tests/ref/html/image-jpg-html-base64.html new file mode 100644 index 00000000..89075323 --- /dev/null +++ b/tests/ref/html/image-jpg-html-base64.html @@ -0,0 +1,8 @@ + + + + + + + The letter F + diff --git a/tests/ref/html/image-scaling-methods.html b/tests/ref/html/image-scaling-methods.html new file mode 100644 index 00000000..a15664d5 --- /dev/null +++ b/tests/ref/html/image-scaling-methods.html @@ -0,0 +1,10 @@ + + + + + + + +
+ + -- cgit v1.2.3