Conversation
|
Thank you. Should mention that #77 introduced this. Seems like an imagemagick bug.
Some of the images weren't generated properly before |
oh I should clarify, this is an issue with the svg files themselves. (the png renders were accurate to the svgs) |
|
if it's mangling these emojis in that way, there's likely a problem with your font pipeline (specifically in the way it removes overlaps and corrects the direction of contours). are you sure this doesn't happen with any other emojis? |
|
It's all a standard build with |
I tried this with |
|
Here's my fork of the twemoji-colr project I'm using: https://github.com/RealityRipple/twemoji-colr |
ahhh it looks like the problem is that there is a missing backslash, it should be (though really, all this extra work is only necessary because the we should continue this conversation in your repository, if necessary |
A pass of |
|
Fingers crossed the CI cleans it up, then! |



I used a script to generate them from the left-facing originals.
Some of the elements weren't flipped properly before, e.g:


Note: I updated the png renders with:
which seems to produce similar size/quality to the existing files?