Marcin Kulik
Marcin Kulik
Hey @peterbrittain! I love your asciicasts! This is known problem to me, and what you're suggesting makes much sense. I don't think the recorder will ever be able to detect...
So, https://github.com/asciinema/asciinema-player/pull/175 added `terminalLineHeight` option to the player which allows setting a custom line height value for the player.
Good catch. It seems like the generated SVG is lacking the colors for some of the text.
I confirm upgrading to 2.6.1 fixes the problem.
Closing as asciicast2gif is dead. Try https://github.com/asciinema/agg instead.
Can you provide an example recording json file and the gif that's missing the characters?
I think it's related to this problem: https://github.com/asciinema/asciinema-player/issues/59 Both a2png (which generates png thumbnail) and asciicast2gif use similar phantomjs based renderer.
To anyone who stumbled upon this: try asciicast2gif's successor - https://github.com/asciinema/agg . It renders characters differently, doesn't suffer from this problem.
Currently the rendering is done through PhantomJS, and it seems it can't render these emojis. I think in general it is rendering emoji fine, but it hasn't been updated in...
Also, thanks for kind words. It means a lot 😍