forked from 0x2620/oxjs
better filesystem structure for modules and themes; 'minified' ui if debug option not set; dynamially generated map markers
This commit is contained in:
parent
358ee1bc96
commit
4489e88f44
596 changed files with 115093 additions and 17682 deletions
18
source/Ox.Geo/svg/flags/PCHH.svg
Normal file
18
source/Ox.Geo/svg/flags/PCHH.svg
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<svg width="1140" height="600" viewBox="-19 -10 38 20" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="-19" y="-10" width="38" height="20" fill="#6b86bd"/>
|
||||
<g id="star" fill="white" transform="translate(0, -6) scale(2)">
|
||||
<g id="cone">
|
||||
<polygon id="triangle" points="0,0 0,1 0.5,1" transform="translate(0, -1) rotate(18)"/>
|
||||
<use xlink:href="#triangle" transform="scale(-1, 1)"/>
|
||||
</g>
|
||||
<use xlink:href="#cone" transform="rotate(72)"/>
|
||||
<use xlink:href="#cone" transform="rotate(-72)"/>
|
||||
<use xlink:href="#cone" transform="rotate(144)"/>
|
||||
<use xlink:href="#cone" transform="rotate(-144)"/>
|
||||
</g>
|
||||
<use xlink:href="#star" transform="rotate(60)"/>
|
||||
<use xlink:href="#star" transform="rotate(-60)"/>
|
||||
<use xlink:href="#star" transform="rotate(120)"/>
|
||||
<use xlink:href="#star" transform="rotate(-120)"/>
|
||||
<use xlink:href="#star" transform="rotate(180)"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 901 B |
Loading…
Add table
Add a link
Reference in a new issue