Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Splitting slides with emojis does not work properly #20

Closed
teamshortcut opened this issue Nov 8, 2023 · 3 comments
Closed

Splitting slides with emojis does not work properly #20

teamshortcut opened this issue Nov 8, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@teamshortcut
Copy link

Hi! I noticed that splitting slides where bullet points with animations have emojis doesn't work properly. The emojis seem to be ignored, and all emojis are included in every stage of the split. I've attached a minimal example of this behaviour and some screenshots below.
Split Example (After).pptx
Split Example (Before).pptx

This...
image
Is split like this...
image

@maxonthegit maxonthegit added the bug Something isn't working label Dec 22, 2023
@maxonthegit
Copy link
Owner

Thank you very much @teamshortcut for reporting this behavior and apologies for taking so long to follow up.

The issue is of course confirmed and, to be more precise, it affects text elements with a non-standard graphical layout, including emojis as well as outlined text. Emojis are only affected when they are rendered in their colorful graphical form, which leverages the standard Segoe UI Emoji typeface for displaying. Conversely, emojis that are rendered using monochrome symbols, as part of a standard font character table, are processed correctly like any other characters. Incidentally, for each emoji it is possible to switch between its colorful rendering and its monochrome text-only representation using variation selector 16 and variation selector 15, respectively. However, this does not always work consistently in Microsoft Office and a colorful rendering may just be desired after all.

@maxonthegit
Copy link
Owner

See also this page for more information about switching between alternative representations for an emoji.

In the meantime, I am investigating ways to address the issue.

@maxonthegit
Copy link
Owner

This issue has been addressed and fixed in freshly published release 2.6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants