googlefonts / noto-emoji

Noto Emoji fonts
SIL Open Font License 1.1
3.71k stars 449 forks source link

Emoji 😛,😜,😝's mouth doesn't show up in SVGs #461

Open HaNerW10 opened 4 months ago

HaNerW10 commented 4 months ago

Hi, I seem to have a problem with noto color emoji. The "😛,😜,😝"'s mouth don't appear in my program, Scratch. This is a preview for the 😛. Screenshot 2024-03-27 065224

anthrotype commented 4 months ago

are you referring to the original SVG file? I can see the mouth here in Github SVG preview:

https://github.com/googlefonts/noto-emoji/blob/main/svg/emoji_u1f61b.svg

Or are you perhaps referring to the OpenType SVG table inside the hybrid (COLRv1 + OT-SVG) emoji font that you find in the fonts.google.com zip download?

anthrotype commented 4 months ago

the OpenType SVG table inside the hybrid (COLRv1 + OT-SVG) emoji font

macOS FontBook shows me the U+1F61B emoji with all the mouth and tongue:

Screenshot 2024-03-27 at 10 01 08

(macOS only supports OT-SVG, no COLRv1)

wdym-lmao commented 4 months ago

the OpenType SVG table inside the hybrid (COLRv1 + OT-SVG) emoji font

macOS FontBook shows me the U+1F61B emoji with all the mouth and tongue:

Screenshot 2024-03-27 at 10 01 08

(macOS only supports OT-SVG, no COLRv1)

He was talking about the tongue emojis not rendering in Scratch.

RealityRipple commented 4 months ago

Likely caused by the fact the mouths are drawn using a defined path object referenced through an inline style to a group object.