Text rendering lacks of characters unexpectedly on docker container #878
Unanswered
phuongz-zenfolio
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm trying to render below text svg. It works great on Window which shows full number text. However, it renders incorrectly, which drops numerous characters at the end, if running on Docker .net core container.
<svg viewBox='-5 0 1260 73' width='1260' height='77'><text x='0' y='55' fill='#000' font-size='60'>123456789 123456789 123456789 123456789</text></svg>
Have you got any ideas how to fix this on Docker container?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions