marionebl / svg-term-cli

Share terminal sessions via SVG and CSS
MIT License
3.48k stars 116 forks source link

Last column is partially cut #78

Open MasterMedo opened 2 years ago

MasterMedo commented 2 years ago

I had a similar problem as #33, the last column was partially cut and wrapped around to the 0th column. But in my case, I just ran cat demo.cast | svg-term --out cast.svg. I solved it by manually editing svg-term's index.js's render function, after loading the cast options I manually incremented the value of width cast.width += 1;.