[GH-ISSUE #371] Bahrain flag is wrong #231

Closed
opened 2026-03-03 14:35:39 +03:00 by kerem · 1 comment
Owner

Originally created by @iamohd-zz on GitHub (Jun 4, 2017).
Original GitHub issue: https://github.com/lipis/flag-icons/issues/371

Bahrain flag is wrong,
the correct flag should have only 5 triangles as it's shown here

Originally created by @iamohd-zz on GitHub (Jun 4, 2017). Original GitHub issue: https://github.com/lipis/flag-icons/issues/371 Bahrain flag is wrong, the correct flag should have only 5 triangles as it's shown [here](https://upload.wikimedia.org/wikipedia/commons/thumb/2/2c/Flag_of_Bahrain.svg/2000px-Flag_of_Bahrain.svg.png)
kerem 2026-03-03 14:35:39 +03:00
Author
Owner

@cnsgithub commented on GitHub (Aug 3, 2017):

Suggestion (adapted from wikipedia to match 4:3)
https://de.wikipedia.org/wiki/Flagge_Bahrains#/media/File:Flag_of_Bahrain.svg

<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" width="640" height="480" viewBox="0 0 110 90">
<path d="M0,0H150V90H0" fill="#fff"/>
<path fill="#ce1126" d="M150,0 37,0l23,9 -23,9 23,9 -23,9 23,9 -23,9 23,9 -23,9 23,9 -23,9H150"/>
</svg>
<!-- gh-comment-id:319928963 --> @cnsgithub commented on GitHub (Aug 3, 2017): Suggestion (adapted from wikipedia to match 4:3) https://de.wikipedia.org/wiki/Flagge_Bahrains#/media/File:Flag_of_Bahrain.svg ``` <?xml version="1.0" encoding="UTF-8"?> <svg xmlns="http://www.w3.org/2000/svg" width="640" height="480" viewBox="0 0 110 90"> <path d="M0,0H150V90H0" fill="#fff"/> <path fill="#ce1126" d="M150,0 37,0l23,9 -23,9 23,9 -23,9 23,9 -23,9 23,9 -23,9 23,9 -23,9H150"/> </svg> ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/flag-icons#231
No description provided.