add english support
This commit is contained in:
parent
2a366407af
commit
439bbd1258
22 changed files with 558 additions and 40 deletions
9
img/en.svg
Normal file
9
img/en.svg
Normal file
|
@ -0,0 +1,9 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 30" width="1000" height="600">
|
||||
<clipPath id="t">
|
||||
<path d="M25,15h25v15zv15h-25zh-25v-15zv-15h25z"/>
|
||||
</clipPath>
|
||||
<path d="M0,0v30h50v-30z" fill="#012169"/>
|
||||
<path d="M0,0 50,30M50,0 0,30" stroke="#fff" stroke-width="6"/>
|
||||
<path d="M0,0 50,30M50,0 0,30" clip-path="url(#t)" stroke="#C8102E" stroke-width="4"/>
|
||||
<path d="M-1 11h22v-12h8v12h22v8h-22v12h-8v-12h-22z" fill="#C8102E" stroke="#FFF" stroke-width="2"/>
|
||||
</svg>
|
After (image error) Size: 477 B |
6
img/fr.svg
Normal file
6
img/fr.svg
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="900" height="600">
|
||||
<rect width="900" height="600" fill="#CE1126"/>
|
||||
<rect width="600" height="600" fill="#FFFFFF"/>
|
||||
<rect width="300" height="600" fill="#002654"/>
|
||||
</svg>
|
After (image error) Size: 262 B |
Loading…
Add table
Add a link
Reference in a new issue