mirror of
https://github.com/lipis/flag-icons.git
synced 2026-04-26 01:15:55 +03:00
[GH-ISSUE #766] Some country/region flags are broken/glitched #388
Labels
No labels
3rd-party
3rd-party
bug
code
documentation
enhancement
fixed-in-master
flag-request
help needed
missing-flag
missing-flag
pull-request
wrong-flag
wrong-flag
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/flag-icons#388
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @NotTsunami on GitHub (Oct 14, 2020).
Original GitHub issue: https://github.com/lipis/flag-icons/issues/766
Hi, I am a frequent contributor to qBittorrent and recently they stumbled across an issue where some of the flags were malformed or displayed incorrectly in qBittorrent. I do not believe this is due to a Qt bug because they ran svgcleaner on all of the flags and this seemed to resolve the issue. This issue is extended from https://github.com/qbittorrent/qBittorrent/issues/13497. The issue arose from https://github.com/qbittorrent/qBittorrent/pull/12941. The breaking commit from here is likely
b0c4c3c83cora235746af0.The flags reported were (potentially not limited to):
I think this needs some more research, but I am trying to figure out if any paths were erroneously optimized or overoptimized. Regardless, all flags display fine through web renders, so something that was optimized apparently does not play nice with Qt, and svgcleaner seems to fix it.
@lipis commented on GitHub (Nov 6, 2020):
I'm aware that some flags are not perfect... let's keep one issue per flag or something.. I'll close this one.
@NotTsunami commented on GitHub (Nov 6, 2020):
It's not so much a design issue, I'm curious as to whether or not it's a bug with Qt's SVG library or an overoptimization on some flags.
It's something that needs more research for certain, and I doubt it can be limited to a single flag.
@lipis commented on GitHub (Nov 8, 2020):
They work fine in the browsers.. but in general one flag per issue it's easier to keep track.