Make stroke work for emojis #10442
-
System: built by Docker image node:18-alpine Issue: when rendering a text, containing emojis and having stroke enabled my emojis simply dont render. Code snippet (result in the first screenshot):
If I set |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
i m not sure what Does the stroke on emoji work on browse? |
Beta Was this translation helpful? Give feedback.
I m not sure a color font like noto emoji can be decorated with a strokeText, it wouldn't make much sense.
Are you able to obtain in a browser noto emoji with a stroke? i know monochromatic fonts just work fine with storke and fill.
You can be sure is not fabricJS fault because it doesn't do anything different between browser and node on the canvas, the same command is running.
Is either not supported at all by the font, or is a node canvas issue