asciinema/agg

Text underlining gets lost after conversion from `.cast` to `.gif` (it works in archived `asciicast2gif`)

amalota opened this issue · 2 comments

To reproduce, do:

run asciinema rec --command='echo -e "\033[4mlolxd"' /tmp/bug_repro.cast that results in:

image

then run agg /tmp/bug_repro.cast /tmp/bug_repro.gifs that results in gif without underline:

bug_repro_croped

ku1ik commented

Yep, agg currently doesn't render underline. Should be relatively easy to add though.

ku1ik commented

Meanwhile, there's actually alternative renderer implementation that you can use with --renderer resvg option which supports underline text.