raphamorim / rio

A hardware-accelerated GPU terminal emulator focusing to run in desktops and browsers.
https://raphamorim.io/rio
MIT License
3.51k stars 111 forks source link

Glyphs have very weird rendering #476

Closed yavko closed 3 months ago

yavko commented 6 months ago

A lot of the time characters are just hidden, like here in the helix editor image a lot of my prompt is hidden image but if i highlight it i can see it kinda image in helix moving my cursor over some glyphs shows more of the current line image

i honestly have no clue why this is happening, here is my config (was happening w/ empty config too)

shell = { program = "pwsh", args = ["--login"] }

cursor = '|'
[colors]

# Normal colors
foreground       = '#CDD6F4'
background       = '#1E1E2E'
black            = '#45475A'
blue             = '#89B4FA'
cursor           = '#F5E0DC'
cyan             = '#94E2D5'
green            = '#A6E3A1'
magenta          = '#F5C2E7'
red              = '#f38ba8'
white            = '#BAC2DE'
yellow           = '#F9E2AF'

# UI colors
tabs             = '#1E1E2E'
tabs-active      = '#B4BEFE'
selection-foreground = '#1E1E2E'
selection-background = '#F5E0DC'

# Dim colors
dim-black        = '#45475A'
dim-blue         = '#89B4FA'
dim-cyan         = '#94E2D5'
dim-foreground   = '#CDD6F4'
dim-green        = '#A6E3A1'
dim-magenta      = '#F5C2E7'
dim-red          = '#F38BA8'
dim-white        = '#BAC2DE'
dim-yellow       = '#F9E2AF'

# Light colors
light-black      = '#585B70'
light-blue       = '#89B4FA'
light-cyan       = '#94E2D5'
light-foreground = '#CDD6F4'
light-green      = '#A6E3A1'
light-magenta    = '#F5C2E7'
light-red        = '#F38BA8'
light-white      = '#A6ADC8'
light-yellow     = '#F9E2AF'

[fonts]
family = "VictorMono Nerd Font"
size = 13

[renderer]
performance = "High"
backend = "DX12"
disable-unfocused-render = false

here is also the brokenly rendered choco info text (i also tried w/ the msi installer, it also happens on the latest version) image

raphamorim commented 6 months ago

Hey @yavko thanks for the issue, is this also happening with the default font?

yavko commented 6 months ago

Hey @yavko thanks for the issue, is this also happening with the default font?

yes

raphamorim commented 4 months ago

Hey @yavko is this still happening? I think it was connected to a similar issue fixed in the previous versions. Could you confirm?

yavko commented 4 months ago

Hey @yavko is this still happening? I think it was connected to a similar issue fixed in the previous versions. Could you confirm?

Idk if you mean to use master, but on 0.0.39 it still happens image

raphamorim commented 3 months ago

This issue should not be able to reproduce with the latest release (v0.1.0), closing this issue for now. In case find anything odd please let me know and we can reopen or create a new issue.

yavko commented 3 months ago

yeah its fixed!!