mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-05 01:26:18 +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?
9 lines
253 B
Plaintext
9 lines
253 B
Plaintext
title: $:/language/Flag
|
|
type: image/svg+xml
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="900" height="600">
|
|
<rect fill="#fff" height="600" width="900"/>
|
|
<circle fill="#bc002d" cx="450" cy="300" r="180"/>
|
|
</svg>
|