#107·termtosvg

Color issues in bold text in version 1.0.0

Author: DannyBenCreated Nov 19, 2019Updated Nov 19, 2019

It seems like #105 is not resolved. I am opening a new one, since the original one got lengthy, sidetracked and closed.

The colors for the bold text are completely wrong.

Run this to reproduce:

tput setaf 2 # green
tput bold
tput sgr0
tput setaf 1 # red
tput bold
tput sgr0

Below are a static screenshot of the output. and the SVG in a ZIP file (since Github wont accept SVG).

image

See how both green and red become different colors when they are bolded.

Download cast.zip