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,19 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg>
<svg width="900" height="600" viewBox="-75 -40 120 80" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg">
<rect x="-75" y="-40" width="120" height="80" fill="white"/>
<rect x="-45" y="-40" width="90" height="80" fill="#006600"/>
<circle r="24" fill="white"/>
<circle r="22" cx="-7" cy="-40" fill="#006600" transform="rotate(-41.63353933657,45,-40)"/>
<comment>rotation angles = -arctan(8/9)</comment>
<g id="star" transform="rotate(-41.63353933657) translate(16,0)" fill="white">
<g id="cone">
<polygon id="triangle" points="0,0 -8,0 -8,4" transform="translate(8,0) 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 KiB