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
26
source/Ox.Geo/svg/flags/BF.svg
Normal file
26
source/Ox.Geo/svg/flags/BF.svg
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE svg>
|
||||
<svg width="900" height="600" viewBox="0 0 12 8" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<rect width="12" height="8" fill="#009e49"/>
|
||||
<rect width="12" height="4" fill="#ef2b2d"/>
|
||||
<g id="star"
|
||||
transform="translate(6,4) scale(1.35)"
|
||||
fill="#fcd116">
|
||||
<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: 802 B |
Loading…
Add table
Add a link
Reference in a new issue