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 theme to light and font family to "Noto Sans Mono"
Execute echo -e '\033[33mhello world\033[m'
Observe that the rendering is OK
Check the "allowTransparency" toggle
Reload the webgl addon because the rendering is messed up: Uncheck and then check the webgl checkbox under "Addon". (I believe reloading the addon is NOT what is causing problem here)
Observe that the "hello world" text is abnormally thin
Note that the light theme have a completely opaque background, so the rendering theoretically should just be the same.
The text was updated successfully, but these errors were encountered:
Text rendering is abnormally thin when allowTransparency=true with the webgl renderer even when the background color is completely opaque.
allowTransparency=false:
allowTransparency=true:
I think this is also mentioned in this comment in another bug.
Details
Steps to reproduce
light
and font family to"Noto Sans Mono"
echo -e '\033[33mhello world\033[m'
Note that the light theme have a completely opaque background, so the rendering theoretically should just be the same.
The text was updated successfully, but these errors were encountered: