libretro / retroarch-assets

Assets needed for RetroArch - e.g. menu drivers, etc. Also contains the official branding.
Creative Commons Attribution 4.0 International
170 stars 161 forks source link

(Ozone) Fix blurry checkmark icons #355

Closed jdgleaver closed 4 years ago

jdgleaver commented 4 years ago

This is a follow-up to #353

As pointed out by @im-4-potato, Ozone's checkmark icons are blurry at large scales:

Screenshot_2020-04-03_13-58-47

They are also 'clipped' at the cardinal points, because the non-transparent region extends right to the edges of the PNG images (this is incorrect - there should always be a transparent border).

This PR fixes the issue:

Screenshot_2020-04-03_13-56-59