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
Currently the UI icons are somewhat smooth in default theme, but when switching to dark mode they become blurry and with artifacts:
I suggest converting all monochrome icons of the UI to a vector image format such as SVG and have light and dark versions for each icon, so it would look nice in every situation and resolution.
The text was updated successfully, but these errors were encountered:
they are SVG and the problem is Screens are bitmaps so there is a missmatch when anti-aliased as you see however that was addressed in pre-release
as SVG
they are SVG and the problem is Screens are bitmaps so there is a missmatch when anti-aliased as you see however that was addressed in pre-release as SVG
and when SVG are reversed
So the problem is going to be solved on next release?
The SVG were introduced after 3.2 so fixed long long ago the problem is the concept of theming is the bug as there should be a universal system for Windows Scaling and until Microsoft fix that then SVG could never work perfectly but we are much closer at about 9.#/10 of a good system
Currently the UI icons are somewhat smooth in default theme, but when switching to dark mode they become blurry and with artifacts:
I suggest converting all monochrome icons of the UI to a vector image format such as SVG and have light and dark versions for each icon, so it would look nice in every situation and resolution.
The text was updated successfully, but these errors were encountered: