1
0
Fork 0
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:
rolux 2011-04-27 21:24:33 +02:00
commit 4489e88f44
596 changed files with 115093 additions and 17682 deletions

View file

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
width="809" height="500" viewBox="0 0 16.180339887498948482045868343656381177203 10">
<rect fill="#006A4E" id="green_ground" width="16.180339887498948482045868343656381177203" height="10"/>
<rect fill="#FFCE00" id="upper_yellow_stripe" width="16.180339887498948482045868343656381177203" height="2" y="2" />
<rect fill="#FFCE00" id="lower_yellow_stripe" width="16.180339887498948482045868343656381177203" height="2" y="6" />
<rect fill="#D21034" id="red_square" width="6" height="6" />
<g id="star" fill="white" transform="translate(3,3) scale(1.9)">
<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)"/>
</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>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB