From 5616d00d09d3a940364befd380dde328c6ac1a08 Mon Sep 17 00:00:00 2001 From: Emily Bourke Date: Wed, 18 Aug 2021 10:13:54 +0100 Subject: pptx: Include image title in description The image title (i.e. `![alt text](link "title")`) was previously ignored when writing to pptx. This commit includes it in PowerPoint's description of the image, along with the link (which was already included). Fixes 7352. --- test/pptx/images.pptx | Bin 44579 -> 44596 bytes test/pptx/images_deleted_layouts.pptx | Bin 47424 -> 47437 bytes test/pptx/images_moved_layouts.pptx | Bin 58213 -> 58160 bytes test/pptx/images_templated.pptx | Bin 57729 -> 57660 bytes test/pptx/speaker_notes_afterseps.pptx | Bin 51548 -> 51557 bytes .../speaker_notes_afterseps_deleted_layouts.pptx | Bin 54390 -> 54396 bytes .../pptx/speaker_notes_afterseps_moved_layouts.pptx | Bin 65181 -> 65121 bytes test/pptx/speaker_notes_afterseps_templated.pptx | Bin 64695 -> 64619 bytes 8 files changed, 0 insertions(+), 0 deletions(-) (limited to 'test/pptx') diff --git a/test/pptx/images.pptx b/test/pptx/images.pptx index 670a825de..89325e577 100644 Binary files a/test/pptx/images.pptx and b/test/pptx/images.pptx differ diff --git a/test/pptx/images_deleted_layouts.pptx b/test/pptx/images_deleted_layouts.pptx index 7a38ea625..053928863 100644 Binary files a/test/pptx/images_deleted_layouts.pptx and b/test/pptx/images_deleted_layouts.pptx differ diff --git a/test/pptx/images_moved_layouts.pptx b/test/pptx/images_moved_layouts.pptx index 08d1c27e0..7951a09f6 100644 Binary files a/test/pptx/images_moved_layouts.pptx and b/test/pptx/images_moved_layouts.pptx differ diff --git a/test/pptx/images_templated.pptx b/test/pptx/images_templated.pptx index 48ebf66d6..7c0ed9a17 100644 Binary files a/test/pptx/images_templated.pptx and b/test/pptx/images_templated.pptx differ diff --git a/test/pptx/speaker_notes_afterseps.pptx b/test/pptx/speaker_notes_afterseps.pptx index 13f564bf0..9542fe8b5 100644 Binary files a/test/pptx/speaker_notes_afterseps.pptx and b/test/pptx/speaker_notes_afterseps.pptx differ diff --git a/test/pptx/speaker_notes_afterseps_deleted_layouts.pptx b/test/pptx/speaker_notes_afterseps_deleted_layouts.pptx index 1e7f4968d..9fec1c279 100644 Binary files a/test/pptx/speaker_notes_afterseps_deleted_layouts.pptx and b/test/pptx/speaker_notes_afterseps_deleted_layouts.pptx differ diff --git a/test/pptx/speaker_notes_afterseps_moved_layouts.pptx b/test/pptx/speaker_notes_afterseps_moved_layouts.pptx index e092ae444..de697cbd8 100644 Binary files a/test/pptx/speaker_notes_afterseps_moved_layouts.pptx and b/test/pptx/speaker_notes_afterseps_moved_layouts.pptx differ diff --git a/test/pptx/speaker_notes_afterseps_templated.pptx b/test/pptx/speaker_notes_afterseps_templated.pptx index 9c22eaf38..5a3d15d57 100644 Binary files a/test/pptx/speaker_notes_afterseps_templated.pptx and b/test/pptx/speaker_notes_afterseps_templated.pptx differ -- cgit v1.2.3