You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set setting terminal.integrated.gpuAcceleration: on
in a terminal type: echo -e "\x1b[4:2m" # double underline followed by echo -e "\x1b[4:3m" # curly underline and a new line
Especially under the w there's a lot of space so I would say it can't be antialiasing that interferes
I wonder if we should reduce the stroke width here, or potentially do something more manual when drawing the lines to ensure only characters that need it get this treatment?
The text was updated successfully, but these errors were encountered:
I'm thinking of only doing the outline handling if the glyph has any pixels set on the underline's top row of pixels (or below), I think that should fix those cases
Tyriar
added a commit
to Tyriar/xterm.js
that referenced
this issue
Aug 26, 2022
VS Code issue: microsoft/vscode#158868
echo -e "\x1b[4:2m" # double underline
followed byecho -e "\x1b[4:3m" # curly underline
and a new lineEspecially under the
w
there's a lot of space so I would say it can't be antialiasing that interferesI wonder if we should reduce the stroke width here, or potentially do something more manual when drawing the lines to ensure only characters that need it get this treatment?
The text was updated successfully, but these errors were encountered: