We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey 👋
Describe the bug Emojis are not rendered properly.
To Reproduce Steps to reproduce the behavior:
If you run the following command:
docker container run -it --rm -v $(pwd):/usr/src/app zenika/alpine-chrome --no-sandbox --print-to-pdf --hide-scrollbars https://www.fileformat.info/info/emoji/browsertest.htm
The emojis in this page are not rendered properly. Excerpt of the pdf :
What is the expected behavior?
I expect the emojis to be properly rendered like this :
Possible solution
Add an emoji font into the image.
Versions
docker run -it --rm --entrypoint "" zenika/alpine-chrome chromium-browser --version
docker image inspect --format='{{index .RepoDigests 0}}' zenika/alpine-chrome
docker version
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Hey 👋
Describe the bug
Emojis are not rendered properly.
To Reproduce
Steps to reproduce the behavior:
If you run the following command:
The emojis in this page are not rendered properly. Excerpt of the pdf :
What is the expected behavior?
I expect the emojis to be properly rendered like this :
Possible solution
Add an emoji font into the image.
Versions
docker run -it --rm --entrypoint "" zenika/alpine-chrome chromium-browser --version
docker image inspect --format='{{index .RepoDigests 0}}' zenika/alpine-chrome
docker version
The text was updated successfully, but these errors were encountered: