added SG and ZA to countries
This commit is contained in:
parent
461a62e0c8
commit
bd5a687816
3 changed files with 27 additions and 0 deletions
|
@ -74,11 +74,13 @@
|
|||
<file>resources/countries/pt.svg</file>
|
||||
<file>resources/countries/ru.svg</file>
|
||||
<file>resources/countries/se.svg</file>
|
||||
<file>resources/countries/sg.svg</file>
|
||||
<file>resources/countries/sk.svg</file>
|
||||
<file>resources/countries/tr.svg</file>
|
||||
<file>resources/countries/ua.svg</file>
|
||||
<file>resources/countries/uk.svg</file>
|
||||
<file>resources/countries/us.svg</file>
|
||||
<file>resources/countries/za.svg</file>
|
||||
|
||||
<file>resources/counters/w.svg</file>
|
||||
<file>resources/counters/w_highlight.svg</file>
|
||||
|
|
12
cockatrice/resources/countries/sg.svg
Normal file
12
cockatrice/resources/countries/sg.svg
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="4320" height="2880">
|
||||
<rect fill="#ed2939" width="4320" height="1440"/>
|
||||
<rect fill="#fff" y="1440" width="4320" height="1440"/>
|
||||
<path fill="#fff" d="M 1481.678,720 A 541.5,541.5 0 1 1 398.67798,720 A 541.5,541.5 0 1 1 1481.678,720 z"/>
|
||||
<path fill="#ed2939" d="M 1651.835,720 A 511.73499,511.73499 0 1 1 628.36499,720 A 511.73499,511.73499 0 1 1 1651.835,720 z"/>
|
||||
<path fill="#fff" id="star" d="M 1007.1951,733.06439 L 933.63466,676.63425 L 860.09279,733.09117 L 888.40587,642.09687 L 814.61147,586.0053 L 905.6704,586.1981 L 933.6049,495.07467 L 961.56934,586.18798 L 1052.6282,585.96246 L 978.8522,642.0808 L 1007.1951,733.06439 z"/>
|
||||
<use xlink:href="#star" transform="translate(577.18853,0)"/>
|
||||
<use xlink:href="#star" transform="translate(288.88853,-214.21117)"/>
|
||||
<use xlink:href="#star" transform="translate(107.99953,342.74883)"/>
|
||||
<use xlink:href="#star" transform="translate(469.18853,342.74883)"/>
|
||||
</svg>
|
After Width: | Height: | Size: 1 KiB |
13
cockatrice/resources/countries/za.svg
Normal file
13
cockatrice/resources/countries/za.svg
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="900" height="600" viewBox="0 0 45 30">
|
||||
<defs><path id="X" d="M0,0L22.5,15L0,30"/>
|
||||
<path id="W" d="M0,0L22.5,15H45 M0,30L22.5,15"/>
|
||||
<clipPath id="Z"><use xlink:href="#X"/></clipPath>
|
||||
<clipPath id="Y"><rect width="45" height="30"/></clipPath></defs>
|
||||
<rect fill="#DE3831" width="45" height="15"/>
|
||||
<rect fill="#002395" y="15" width="45" height="15"/><use xlink:href="#X"/>
|
||||
<g clip-path="url(#Y)" fill="none" stroke-width="10" stroke="#007A4D">
|
||||
<use xlink:href="#W" stroke="#FFFFFF"/>
|
||||
<g clip-path="url(#Z)"><use xlink:href="#X" stroke="#FFB612"/>
|
||||
<use xlink:href="#X" stroke-width="6"/></g>
|
||||
<use xlink:href="#W" stroke-width="6"/></g></svg>
|
After Width: | Height: | Size: 782 B |
Loading…
Reference in a new issue