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

Fix pdf export decoration formatting #2826

Conversation

luisa-beerboom
Copy link
Member

Closes #2825

styleObject.decoration = value;
styleObject.decoration = (styleObject.decoration ?? []).concat(value);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As this is currently not officially supported by pdfmake I opened PRs in pdfmake doc and DefinetlyTyped.

@bastianjoel bastianjoel removed their assignment Sep 26, 2023
@rrenkert rrenkert merged commit d484bf5 into OpenSlides:main Sep 26, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Combined strikethrough and underline text formatting do not work in pdf export
3 participants