Use bordered flags for ja-JP and ru-RU

The borderless images don’t show up well in the menu
This commit is contained in:
Jermolene 2014-10-29 12:15:19 +00:00
parent 615425cf06
commit e7b4cab20d
2 changed files with 9 additions and 6 deletions

View File

@ -3,6 +3,7 @@ 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>
<rect fill="#a0a0a0" height="600" width="900"/>
<rect fill="#fff" x="6" y="6" width="888" height="588"/>
<circle fill="#be0026" cx="450" cy="300" r="180"/>
</svg>

View File

@ -1,8 +1,10 @@
title: $:/languages/ru-RU/icon
type: image/svg+xml
<?xml version="1.0" encoding="UTF-8"?>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 9 6" width="900" height="600">
<rect fill="#fff" width="9" height="3"/>
<rect fill="#d52b1e" y="3" width="9" height="3"/>
<rect fill="#0039a6" y="2" width="9" height="2"/>
<rect width="9" height="6" fill="#D52B1E"/>
<rect width="9" height="4" fill="#0039A6"/>
<rect width="9" height="2" fill="#FFF"/>
<path d="m0,0h9v6H0z" stroke="#a0a0a0" stroke-width=".1" fill="none"/>
</svg>