Xterm.js: Text rendering is a little blurry still

Created on 13 Sep 2017  路  8Comments  路  Source: xtermjs/xterm.js

Notice "daniel" gets blurry a few rows down when compared to rows above. Changing the canvas height from 500 -> 501 seems to fix it so it's probably a problem with the IRenderDimensions generation.

image

arerenderer typbug

Most helpful comment

In vscode it gets blurry a lot after resizing

"window.zoomLevel": 1, 
"terminal.integrated.fontSize": 16,

The app is running with arguments, some of them: --disable-smooth-scrolling --force-color-profile=srgb

Workaround that works for me is to use a dom renderer:

"terminal.integrated.rendererType": "dom",

All 8 comments

Should this issue be closed now?

I can still see a little blurriness when zooming in, I think the calculation may be 1-2 pixels off when devicePixelRatio is a decimal.

I think this might be fixed, if not it will come up again 馃槃

We are also experiencing this issue. Is there a fix planned, or are there any workarounds for the time being?

I can't repro this anymore, if you still see it please create a new issue with repro details.

In vscode it gets blurry a lot after resizing

"window.zoomLevel": 1, 
"terminal.integrated.fontSize": 16,

The app is running with arguments, some of them: --disable-smooth-scrolling --force-color-profile=srgb

Workaround that works for me is to use a dom renderer:

"terminal.integrated.rendererType": "dom",

@usernamehw created https://github.com/xtermjs/xterm.js/issues/2662 with an idea

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jestapinski picture jestapinski  路  3Comments

pfitzseb picture pfitzseb  路  3Comments

jerch picture jerch  路  3Comments

goxr3plus picture goxr3plus  路  3Comments

travisobregon picture travisobregon  路  3Comments