amalota opened this issue 2 years ago · 2 comments
To reproduce, do:
run asciinema rec --command='echo -e "\033[4mlolxd"' /tmp/bug_repro.cast that results in:
asciinema rec --command='echo -e "\033[4mlolxd"' /tmp/bug_repro.cast
then run agg /tmp/bug_repro.cast /tmp/bug_repro.gifs that results in gif without underline:
agg /tmp/bug_repro.cast /tmp/bug_repro.gifs
Yep, agg currently doesn't render underline. Should be relatively easy to add though.
Meanwhile, there's actually alternative renderer implementation that you can use with --renderer resvg option which supports underline text.
--renderer resvg