mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-09-20 22:02:19 +03:00
Flag emoji (regional-indicator) do not render on Windows and several Safari/WebKit configs, breaking the 'In 42+ languages' table there. Replace each emoji with a local SVG <img> from flag-icons (MIT), served from docs/assets/flags/ so the language selector renders everywhere. Also convert the 5 'Document | Description' reference tables to definition lists — full-width and scroll-free on GitHub (tables are capped at width:max-content and scroll horizontally on narrow viewports).
26 lines
1.1 KiB
XML
26 lines
1.1 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="flag-icons-in" viewBox="0 0 640 480">
|
|
<path fill="#f93" d="M0 0h640v160H0z"/>
|
|
<path fill="#fff" d="M0 160h640v160H0z"/>
|
|
<path fill="#128807" d="M0 320h640v160H0z"/>
|
|
<g transform="matrix(3.2 0 0 3.2 320 240)">
|
|
<circle r="20" fill="#008"/>
|
|
<circle r="17.5" fill="#fff"/>
|
|
<circle r="3.5" fill="#008"/>
|
|
<g id="in-d">
|
|
<g id="in-c">
|
|
<g id="in-b">
|
|
<g id="in-a" fill="#008">
|
|
<circle r=".9" transform="rotate(7.5 -8.8 133.5)"/>
|
|
<path d="M0 17.5.6 7 0 2l-.6 5z"/>
|
|
</g>
|
|
<use xlink:href="#in-a" width="100%" height="100%" transform="rotate(15)"/>
|
|
</g>
|
|
<use xlink:href="#in-b" width="100%" height="100%" transform="rotate(30)"/>
|
|
</g>
|
|
<use xlink:href="#in-c" width="100%" height="100%" transform="rotate(60)"/>
|
|
</g>
|
|
<use xlink:href="#in-d" width="100%" height="100%" transform="rotate(120)"/>
|
|
<use xlink:href="#in-d" width="100%" height="100%" transform="rotate(-120)"/>
|
|
</g>
|
|
</svg>
|