From b6a65445e10d74dfe384763c37438338bd395372 Mon Sep 17 00:00:00 2001 From: mbrackeantidot <65160241+mbrackeantidot@users.noreply.github.com> Date: Thu, 29 Apr 2021 18:11:44 +0200 Subject: Docx reader: add handling of vml image objects (jgm#4735) (#7257) They represent images, the same way as other images in vml format. --- test/docx/image_vml_as_object.docx | Bin 0 -> 74199 bytes test/docx/image_vml_as_object.native | 2 ++ 2 files changed, 2 insertions(+) create mode 100644 test/docx/image_vml_as_object.docx create mode 100644 test/docx/image_vml_as_object.native (limited to 'test/docx') diff --git a/test/docx/image_vml_as_object.docx b/test/docx/image_vml_as_object.docx new file mode 100644 index 000000000..7e1e4d2ca Binary files /dev/null and b/test/docx/image_vml_as_object.docx differ diff --git a/test/docx/image_vml_as_object.native b/test/docx/image_vml_as_object.native new file mode 100644 index 000000000..6e689486a --- /dev/null +++ b/test/docx/image_vml_as_object.native @@ -0,0 +1,2 @@ +[Para [Str "Test",Space,Str "with",Space,Str "object",Space,Str "as",Space,Str "image:"] +,Para [Image ("",[],[]) [] ("media/image1.emf","")]] -- cgit v1.2.3