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
The flags that come with this lib are needlessly low quality.
Since they were taken from here which provides SVGs, there is no need to convert them to PNG and potentially loose quality for higher resolutions like 4k and above, when we can convert the data from the SVGs to native WPF objects aka paths or geometry instances.
There might also be some performance benefit of not having to deal with bitmaps.
The flags that come with this lib are needlessly low quality.
Since they were taken from here which provides SVGs, there is no need to convert them to PNG and potentially loose quality for higher resolutions like 4k and above, when we can convert the data from the SVGs to native WPF objects aka paths or geometry instances.
There might also be some performance benefit of not having to deal with bitmaps.
PS: PackIconBase might be worth looking into.
The text was updated successfully, but these errors were encountered: