added Chile to countries
This commit is contained in:
parent
551fdb464e
commit
2a5050fdc4
2 changed files with 36 additions and 0 deletions
|
@ -60,6 +60,7 @@
|
|||
<file>resources/countries/br.svg</file>
|
||||
<file>resources/countries/by.svg</file>
|
||||
<file>resources/countries/ca.svg</file>
|
||||
<file>resources/countries/cl.svg</file>
|
||||
<file>resources/countries/cz.svg</file>
|
||||
<file>resources/countries/ch.svg</file>
|
||||
<file>resources/countries/cn.svg</file>
|
||||
|
|
35
cockatrice/resources/countries/cl.svg
Normal file
35
cockatrice/resources/countries/cl.svg
Normal file
|
@ -0,0 +1,35 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink"
|
||||
width="1500"
|
||||
height="1000"
|
||||
version="1.1">
|
||||
<rect width="1500" height="1000" fill="#fff"/>
|
||||
<rect
|
||||
width="500"
|
||||
height="1000"
|
||||
fill="#0039A6"/>
|
||||
<rect width="1500" height="500"
|
||||
y="500" fill="#D52B1E"/><g id="star"
|
||||
transform="translate(250,250) scale(125)"
|
||||
fill="#fff">
|
||||
<g id="cone">
|
||||
<polygon
|
||||
id="triangle"
|
||||
points="0,0 0,1 .5,1" transform="translate(0,-1) rotate(18)"/><use
|
||||
xlink:href="#triangle"
|
||||
transform="scale(-1,1)" id="use12"/>
|
||||
</g>
|
||||
<use
|
||||
xlink:href="#cone" transform="rotate(72)" id="use14"/>
|
||||
<use xlink:href="#cone" transform="rotate(-72)"
|
||||
id="use16"/>
|
||||
<use xlink:href="#cone" transform="rotate(144)" id="use18"/>
|
||||
<use
|
||||
xlink:href="#cone"
|
||||
transform="rotate(-144)"
|
||||
id="use20"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 884 B |
Loading…
Reference in a new issue