mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-05 17:46:19 +00:00
789ba1e85d
Also adds flag icon for each language. One limitation is that the language button doesn’t work properly when accessed via the “more” menu of the page controls. @BramChen - could you help me choose the most appropriate flags to use for the variants of Chinese?
13 lines
538 B
Plaintext
13 lines
538 B
Plaintext
title: $:/language/Flag
|
|
type: image/svg+xml
|
|
|
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
|
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="1000" height="600" viewBox="0 0 5 3">
|
|
<desc>Flag of Germany</desc>
|
|
<rect id="black_stripe" width="5" height="3" y="0" x="0" fill="#000"/>
|
|
<rect id="red_stripe" width="5" height="2" y="1" x="0" fill="#D00"/>
|
|
<rect id="gold_stripe" width="5" height="1" y="2" x="0" fill="#FFCE00"/>
|
|
</svg>
|