diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-06-05 14:31:04 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-06-05 14:31:04 +0100 |
| commit | a7355f2229c5be22d339acd0340c8aaad1d6df7d (patch) | |
| tree | 7a4940b5c14fae86bee0c8dbfd993be860be2cf5 /icons/flags/ag.svg | |
| parent | e0f340cfec0d0534e1518dbe3b16e2ed22c3b205 (diff) | |
| download | users-a7355f2229c5be22d339acd0340c8aaad1d6df7d.tar.gz users-a7355f2229c5be22d339acd0340c8aaad1d6df7d.tar.bz2 users-a7355f2229c5be22d339acd0340c8aaad1d6df7d.zip | |
Switch to lipis flag-icons 4x3 SVG set; update constituent country codes
- Replace Marble SVGs with lipis/flag-icons 4x3 set (271 flags, consistent
4:3 ratio, CC0 licensed)
- Update iso3166 map: ENG/SCT/WLS/NIR now point to gb-eng/gb-sct/gb-wls/gb-nir
matching lipis naming; custom eng/sct/wls/nir SVGs retained alongside
- Switch flag {biticon} calls from hardcoded width/height to istyle=flag
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'icons/flags/ag.svg')
| -rw-r--r-- | icons/flags/ag.svg | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/icons/flags/ag.svg b/icons/flags/ag.svg index 803182d..243c3d8 100644 --- a/icons/flags/ag.svg +++ b/icons/flags/ag.svg @@ -1,8 +1,14 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="1035" height="690" viewBox="0,0 2070,1380"> -<rect width="2070" height="1380" fill="rgb(206,17,38)"/> -<polygon points="1035,1380 1440,840 630,840" fill="white"/> -<polygon points="1440,840 630,840 405,540 1665,540" fill="rgb(0,114,198)"/> -<polygon points="0,0 2070,0 1665,540 405,540" fill="black"/> -<polygon fill="rgb(252,209,22)" points="585,540 814.3,496.1 619.2,367.7 847.9,414.9 716.8,221.8 909.9,352.9 862.7,124.2 991.1,319.3 1035,90 1078.,319.3 1207.,124.2 1160.,352.9 1353.,221.8 1222.,414.9 1450.,367.7 1255.,496.1 1485,540"/> +<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-ag" viewBox="0 0 640 480"> + <defs> + <clipPath id="ag-a"> + <path fill-opacity=".7" d="M-79.7 0H603v512H-79.7z"/> + </clipPath> + </defs> + <g fill-rule="evenodd" clip-path="url(#ag-a)" transform="translate(74.7)scale(.9375)"> + <path fill="#fff" d="M-79.7 0H603v512H-79.7z"/> + <path fill="#000001" d="M-79.6 0H603v204.8H-79.7z"/> + <path fill="#0072c6" d="M21.3 203.2h480v112h-480z"/> + <path fill="#ce1126" d="M603 .1V512H261.6L603 0zM-79.7.1V512h341.3L-79.7 0z"/> + <path fill="#fcd116" d="M440.4 203.3 364 184l64.9-49-79.7 11.4 41-69.5-70.7 41L332.3 37l-47.9 63.8-19.3-74-21.7 76.3-47.8-65 13.7 83.2L138.5 78l41 69.5-77.4-12.5 63.8 47.8L86 203.3z"/> + </g> </svg> |
