Bug 162320 - Ink Annotations not visible in LibreOffice Impress
Summary: Ink Annotations not visible in LibreOffice Impress
Status: RESOLVED DUPLICATE of bug 148268
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Impress (show other bugs)
Version:
(earliest affected)
24.2.5.2 release
Hardware: x86-64 (AMD64) Windows (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-02 16:22 UTC by drvaibhav9
Modified: 2024-08-02 17:01 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments
Sample PPTX with ink annotations (57.79 KB, application/vnd.openxmlformats-officedocument.presentationml.presentation)
2024-08-02 16:23 UTC, drvaibhav9
Details

Note You need to log in before you can comment on or make changes to this bug.
Description drvaibhav9 2024-08-02 16:22:26 UTC
Description:
In the attached .pptx file, LibreOffice Impress doesn't show any ink annotation while MS PowerPoint does.

Steps to Reproduce:
Open the file

Actual Results:
Only the typed text is seen, not the ink annotations.

Expected Results:
Typed text as well as the ink annotations should be visible (just like PowerPoint)


Reproducible: Always


User Profile Reset: Yes

Additional Info:
Version: 24.2.5.2 (X86_64) / LibreOffice Community
Build ID: bffef4ea93e59bebbeaf7f431bb02b1a39ee8a59
CPU threads: 4; OS: Windows 10.0 Build 22631; UI render: Skia/Raster; VCL: win
Locale: en-IN (en_IN); UI: en-US
Calc: threaded
Comment 1 drvaibhav9 2024-08-02 16:23:53 UTC
Created attachment 195673 [details]
Sample PPTX with ink annotations
Comment 2 Regina Henschel 2024-08-02 17:01:40 UTC
Yes, that is a missing feature, see comment in https://opengrok.libreoffice.org/xref/core/oox/source/shape/WordprocessingCanvasContext.cxx?r=959b3084#98

This problem has an "enhancement" and a "bug" aspect.

Enhancement: Implement import of ink-annotations.

Bug: The file provides the ink annotation in an <AlternateContent> element. Its <Fallback> child element contains an image. LibreOffice should use it.

It is a known problem.

*** This bug has been marked as a duplicate of bug 148268 ***