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/eu.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/eu.svg')
| -rw-r--r-- | icons/flags/eu.svg | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/icons/flags/eu.svg b/icons/flags/eu.svg new file mode 100644 index 0000000..b0874c1 --- /dev/null +++ b/icons/flags/eu.svg @@ -0,0 +1,28 @@ +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="flag-icons-eu" viewBox="0 0 640 480"> + <defs> + <g id="eu-d"> + <g id="eu-b"> + <path id="eu-a" d="m0-1-.3 1 .5.1z"/> + <use xlink:href="#eu-a" transform="scale(-1 1)"/> + </g> + <g id="eu-c"> + <use xlink:href="#eu-b" transform="rotate(72)"/> + <use xlink:href="#eu-b" transform="rotate(144)"/> + </g> + <use xlink:href="#eu-c" transform="scale(-1 1)"/> + </g> + </defs> + <path fill="#039" d="M0 0h640v480H0z"/> + <g fill="#fc0" transform="translate(320 242.3)scale(23.7037)"> + <use xlink:href="#eu-d" width="100%" height="100%" y="-6"/> + <use xlink:href="#eu-d" width="100%" height="100%" y="6"/> + <g id="eu-e"> + <use xlink:href="#eu-d" width="100%" height="100%" x="-6"/> + <use xlink:href="#eu-d" width="100%" height="100%" transform="rotate(-144 -2.3 -2.1)"/> + <use xlink:href="#eu-d" width="100%" height="100%" transform="rotate(144 -2.1 -2.3)"/> + <use xlink:href="#eu-d" width="100%" height="100%" transform="rotate(72 -4.7 -2)"/> + <use xlink:href="#eu-d" width="100%" height="100%" transform="rotate(72 -5 .5)"/> + </g> + <use xlink:href="#eu-e" width="100%" height="100%" transform="scale(-1 1)"/> + </g> +</svg> |
