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/cw.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/cw.svg')
| -rw-r--r-- | icons/flags/cw.svg | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/icons/flags/cw.svg b/icons/flags/cw.svg new file mode 100644 index 0000000..bb0ece2 --- /dev/null +++ b/icons/flags/cw.svg @@ -0,0 +1,14 @@ +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="flag-icons-cw" viewBox="0 0 640 480"> + <defs> + <clipPath id="cw-a"> + <path fill-opacity=".7" d="M0 0h682.7v512H0z"/> + </clipPath> + <path id="cw-b" d="m0-1 .2.7H1L.3 0l.2.7L0 .4l-.6.4.2-.7-.5-.4h.7z"/> + </defs> + <g clip-path="url(#cw-a)" transform="scale(.94)"> + <path fill="#002b7f" d="M0 0h768v512H0z"/> + <path fill="#f9e814" d="M0 320h768v64H0z"/> + <use xlink:href="#cw-b" width="13500" height="9000" x="2" y="2" fill="#fff" transform="scale(42.67)"/> + <use xlink:href="#cw-b" width="13500" height="9000" x="3" y="3" fill="#fff" transform="scale(56.9)"/> + </g> +</svg> |
