mirror of
https://github.com/lipis/flag-icons.git
synced 2026-04-26 01:15:55 +03:00
[PR #1251] [MERGED] Fix overlapping paths in at, bg, ee, lu, nl, ru flags #1291
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#1291
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?
📋 Pull Request Information
Original PR: https://github.com/lipis/flag-icons/pull/1251
Author: @mpsijm
Created: 5/28/2024
Status: ✅ Merged
Merged: 5/29/2024
Merged by: @lipis
Base:
main← Head:fix-overlap📝 Commits (1)
e125d4cFix overlap in at, bg, ee, lu, nl, ru📊 Changes
12 files changed (+30 additions, -46 deletions)
View changed files
📝
flags/1x1/at.svg(+2 -4)📝
flags/1x1/bg.svg(+3 -5)📝
flags/1x1/ee.svg(+3 -5)📝
flags/1x1/lu.svg(+2 -2)📝
flags/1x1/nl.svg(+2 -2)📝
flags/1x1/ru.svg(+3 -5)📝
flags/4x3/at.svg(+2 -4)📝
flags/4x3/bg.svg(+3 -5)📝
flags/4x3/ee.svg(+3 -5)📝
flags/4x3/lu.svg(+2 -2)📝
flags/4x3/nl.svg(+2 -2)📝
flags/4x3/ru.svg(+3 -5)📄 Description
Hello,
I have been investigating a border-radius issue with the Estonian flag at https://github.com/DOMjudge/domjudge/issues/2537.

As can be seen at https://www.domjudge.org/demoweb/public, there's a faint gray border in the corners of the flag:
After a lot of digging and thinking this was a bug in all browsers' rendering engines, I came to the conclusion that the flag included a black rectangle spanning the entire background. Changing this rectangle to only span one-third of the flag, appears to fix it 😄
I've applied the same fix to an arbitrary selection of other flags that use three horizontal bands, because I don't really know a good way to (semi-)automate this and don't feel like fixing all flags manually 😛 Nonetheless, every little bit helps, and I hope this PR helps as well 🙂
Quick-and-dirty HTML file that I used to test:
Place this file in the repo's root and run
python3 -m http.serverto test. Changebackground:whiteto something else to make sure that the white bars are actually there.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.