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
25
source/Ox.Geo/svg/flags/AG.svg
Normal file
25
source/Ox.Geo/svg/flags/AG.svg
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="750px" height="500px" viewBox="-69 -46 138 92">
|
||||
<title>Flag of Antigua and Barbuda</title>
|
||||
|
||||
<rect id="field" x="-50%" y="-50%" width="100%" height="100%" fill="white"/>
|
||||
<rect id="blueband" x="-50%" y="-10" width="100%" height="20" fill="#0072c6"/>
|
||||
<rect id="blackband" x="-50%" y="-50%" width="100%" height="36" fill="black"/>
|
||||
<path id="redtriangles" d="M-69,-46 v92 h138 v-92 l-69,92 z" fill="#ce1126"/>
|
||||
<clipPath id="clipsun">
|
||||
<rect x="-50%" y="-50%" width="100%" height="50%"/>
|
||||
</clipPath>
|
||||
<g id="sun" fill="#fcd116" transform="translate(0,-10) scale(30)" clip-path="url(#clipsun)">
|
||||
<g id="three_cones">
|
||||
<g id="cone">
|
||||
<polygon id="triangle" points="0,0 0,1 .25,1" transform="translate(0,-1) rotate(11.25)"/>
|
||||
<use xlink:href="#triangle" transform="scale(-1,1)" />
|
||||
</g>
|
||||
<use xlink:href="#cone" transform="rotate(22.5)"/>
|
||||
<use xlink:href="#cone" transform="rotate(-22.5)"/>
|
||||
</g>
|
||||
<use xlink:href="#three_cones" transform="rotate(67.5)"/>
|
||||
<use xlink:href="#three_cones" transform="rotate(-67.5)"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.2 KiB |
Loading…
Add table
Add a link
Reference in a new issue