cominixo / BetterF3

A Fabric mod for Minecraft that provides a highly customizable, more human-readable Debug HUD.
MIT License
135 stars 35 forks source link

Background applies to newlines, and is not aligned to text #92

Closed jan-Sanku closed 2 years ago

jan-Sanku commented 2 years ago

image

As opposed to what can be seen in the official screenshots, it seems that all empty lines between debug lines will have a stripe of background, presumably because it treats CRLF (newline) as a visible character.

Additionally, the background is off by at least 1 pixel relative to the text. You can see it on the left side of the screenshot if you look closely, the leftmost pixel of the text is without background.

I'm not sure if this is a bug, but it happens to me regardless of settings or other mods as long as there is empty space between modules.

Braite1 commented 2 years ago

This is a very annoying issue