Skip to content

(Ozone) Fix blurry checkmark icons

m4xw requested to merge github/fork/jdgleaver/ozone-checkmark into master

Created by: jdgleaver

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

Merge request reports