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/jp.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/jp.svg')
| -rw-r--r-- | icons/flags/jp.svg | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/icons/flags/jp.svg b/icons/flags/jp.svg index 33db432..cc1c181 100644 --- a/icons/flags/jp.svg +++ b/icons/flags/jp.svg @@ -1,5 +1,11 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?> -<svg width="900" height="600" xmlns="http://www.w3.org/2000/svg" id="Flag_of_Japan"> - <rect height="600" width="900" fill="white" x="0" y="0"/> - <circle cx="450" cy="300" r="180" fill="#CF142B"/> +<svg xmlns="http://www.w3.org/2000/svg" id="flag-icons-jp" viewBox="0 0 640 480"> + <defs> + <clipPath id="jp-a"> + <path fill-opacity=".7" d="M-88 32h640v480H-88z"/> + </clipPath> + </defs> + <g fill-rule="evenodd" stroke-width="1pt" clip-path="url(#jp-a)" transform="translate(88 -32)"> + <path fill="#fff" d="M-128 32h720v480h-720z"/> + <circle cx="523.1" cy="344.1" r="194.9" fill="#bc002d" transform="translate(-168.4 8.6)scale(.76554)"/> + </g> </svg> |
